Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 572 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 572 Bytes

ReduxWeatherApp

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.

Installation

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!