This website provides the current weather temperature, the maximum and minimum temperature for the day, humidity and wind speed.
The search is done by the name of the city.
The API used in this project is the OpenWeather.
- JavaScript
- React
- Vite
- styled-components
- React Icons
- Axios
The WeatherApp-backend is the backend server that works together with the WeatherApp.
The backend just keeps the API key.
You can check the WeatherApp-backend repository by clicking here.