React app which shows current and 5 day of weather forecast.
This react app uses openweathermap API to show current and 5-day forecast of weather and it also shows graphs of selected day.
It features the following technologies:
- You must have
npmandyarninstalled on your system
- Clone this repository
- Go to project directory
- From command line/terminal type
yarn installand wait for dependencies to install - After that
yarn start - Open your browser on http://localhost:3000
- Add typeahead search for city
- Add functionality to compare weather of different cities
- Show historical data of city
Feel free to use it in your own projects and can also contact me for the modifications.