A weather app built with React for runners.
On the homepage, the user is presented with the current weather conditions for their location. The user is also able to enter any time during the day along with a value for how long they would like to run, and the app would then present a forecast for that time period.
The forecast page shows the user the forecast of the weather condtions, along with appropaite icons representing the condtions for the remainder of the day.
The optimise page includes a timer for runners to time their run. This page also allows the user to input their prefered minimum and maximum temperatures, afterwhich the app would present to the user only the hours which match these condtions.
git clone https://github.com/Yaseen121/GUIProjectFinal.git
cd GUIProjectFinal
npm i
npm start
# To build the app for production, run the following command:
npm run build- The wunderground.com API service has been discontinued and no longer provides support for clients hence the project no longer works as intended.


