react-redux app to get city information
Hey there,
This is a react-redux application which displays information on cities. Open Weather API and Google Maps API are used here to display information. For charts, react-sparklines is used.
- Simple, Clean and Light UI
- Charts for better data visualization
- Search Bar to search for cities
- Interactive Map Component
- Download or clone this repo
- Make sure you have node.js
- cd to your project folder
- Run this command to install all the dependencies
npm install
- Run this command to start the app
npm start
- Open browser and go to http://localhost:8080/
email me at pranavj1001@gmail.com
MIT License