The purpose of this project was to display a 5-day forecast using openweathermap.org/api
You can learn more about this project by visiting hatchways.notion.site/front-end-practice-assessment
- React.js
- Axios
- HTML
- CSS
- Open Weather Map API
- Fork or clone this repository
- In your terminal, cd into the project
- Set up environment variables by running
cp .sample_env .env
- Run
npm install
to install project dependencies - Run
npm start
to start the project locally at http://localhost:3000