React – Weather App

view project

A personal react project I have created in order to develop my skills with React. This is a simple weather app with the following features:

  • Search bar.
  • Map selection; click the map to see the weather in that location.
  • Fahrenheit – Celcius conversion.
  • Sidebar with location history.
  • Geolocation.
Weather app screen
Expanded weather information

Technologies Used:

  • React
  • React Context
  • Bootstrap Icons for react.
  • Functional components
  • mapbox
  • weatherapi.com
Back to my work