Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 708 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 708 Bytes

Weather App 🌦

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.

API 🖧

The API used in this project is the OpenWeather.

Techs ⚙

  • JavaScript
  • React
  • Vite
  • styled-components
  • React Icons
  • Axios

Backend 🌐

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.