Final project for the SheCodes React workshop
This project has been built using:
- React
- It uses the OpenWeather Api
- It has been deployed with netlify: https://agitated-turing-2cfe04.netlify.app/
- Axios
- Bootstrap
You can search your city and see the weather for the day and the next 5 days. It has animated icons! You can check the temperature both in Celsius or Fahrenheit.
cd client and run npm install or yarn to install dependencies related to React, then npm start.