This React Redux application consumes data from Open Weather Map and visualizes a 5 day forecast along with the current weather of Portland, OR.
The app starts by making a request to Open Weather Map. During the request, a loading screen is displayed. Once data has been received, the current weather and a five day forecast is made.
State is managed with Redux as a means to prepare for scaling as the app grows.
If I had more time, I would have worked longer on unit testing each component and on staggering each list item in.
npm install
npm start
localhost:3000
This project is licensed under the MIT License