Fallenstedt / five-day-forecast

A very old react app that shows the weather.
0 stars 2 forks source link
momentjs openweathermap-api react redux

Five Day Forecast With React

Demo

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.

Getting Started

  1. Clone this repository
  2. run npm install
  3. run npm start
  4. A Browser will open a new tab and navigate to localhost:3000

Built With

Authors

License

This project is licensed under the MIT License