This is a fun project created in React 16 with Redux, Axios, OpenWeatherMapAPI, and GoogleMapsAPI to show the 5-day weather forecast in an easily digestible format.
React Sparklines were used for the beautiful charts.
Checkout this repo, install dependencies, then start the gulp process with the following:
> git clone https://github.com/puan0601/weatherly_react.git
> cd ReduxSimpleStarter
> npm install
> npm start
Navigate your browser to localhost:8080
to get started!