It's a Weather web app that allows searching for the weather of any city around the world. On a valid search, current weather conditions are displayed. Users can get more information such as the chance of rain, humidity, wind, visibility, sunrise and sunset times, and more. Users can also add cities to "MyCities".
Project is live at Weather Application
Project is created with:
- ReactJS
- Redux
- Router
- OpenWeather Api
- Bootstrap
- SCSS
To run this project, install it locally using npm:
$ npm install
$ npm start