This app was created to allow users track the 5-day weather forecast for their city. It pulls data from the OpenWeather API
APP SNAPSHOT: https://bit.ly/34ONXka
- Track the 5-day weather forecast for your city
- It displays the current temperature upon page refresh.
- You can also track stats relevant to weather forecast like mean, mode and more.
- The app is not fully responsive due to time constraint.
- Continued development and improvement with more time.
Live version: Open Weather
From the repo:
- Clone/download this project locally.
- In the root folder, run
npm install
in your command line/terminal to install all dependecies - Then run
npm start
in your command line/terminal - Enjoy!
- React
- React DOM
- React Icons
- React Redux