Weather Window is a React web application that allows users to find that perfect window of weather for their upcoming outdoor adventure. Activities such as running, fishing, golf, or skiing are elevated to another level of enjoyment when the weather is just right. With Weather Window, users can input their desired weather conditions such as temperature, wind speed, or chance of rain and discover hours in the upcoming forecast that meet their weather standards.
- JavaScript
- React
- React Router
- React PropTypes
- Cypress Testing
- Weather API
- Demonstrate understanding of:
- React
- React Hooks and React Router
- End to end testing wtih Cypress
- Asyncronous Javascript
- Complete primary features within a limited scope
- Add functionality beyond visualizing API data
To clone a copy of the project to a remote repository, follow these steps:
- Clone down a local copy of the repository.
cd
into the repository.- Run
npm install
. - Run
npm start
. - Navigate to the localhost url listed in Terminal.