Skip to content

Michelle-Laignier/WeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.