- It shows the weather conditions of the given city
- It shows the weather forecase for the next 48 hours
- It shows the weather forecase for the next 7 days
- It used open weather api to fetch the weather details
- It caches the last 10 queries cities in the redux store (To avoid redundant api calls)
- Mostly uses Material-UI
- Tested in Chrome, Firefox, Safari, Edge
$ npm i
$ node run start
- Windows
- Node v12.15.0
- npm 6.13.7