This is a weather app built using React and Redux. You may visit it at https://reduxweatherapp.netlify.com. This app can be used to find out the weather forecast of the next 5 days for countless Indian cities, some of which are: Mumbai, Allahabad, Dehradun, Bangalore, Delhi, etc. The forecast is displayed via neat charts.
You need to clone the project and run the following commands to run this project on your local machine:
npm install
npm start
That's it. Have fun tinkering around!