This is a project that show the weather forecast of a city and its location on the map.
Table of Contents
- Get a free API Key at https://home.openweathermap.org/ for the weather data
- Get a free API Key at https://www.mapbox.com/ for the map
- Clone the repo
git clone https://github.com/amineProjects/weatherApp.git
- Install NPM packages
yarn install
- Create a
.env
file then enter your APIs keysVITE_WEATHER_API_KEY = "Eenter your API key" VITE_MAP_API_KEY = "Eenter your API key"
- Show weather forcast for a city (current and the next 6 days)
- Show the city location in a map
- Can search and select a city or use current location
- Background color change depending on weather statu
- Create tests (unit, end2end)
- Refactor components
- Can select more than one city
- Add translations
- Can choose temp unit
- Create a logo
Distributed under the MIT License. See LICENSE.txt
for more information.
Benahmed mohammed amine - @b_aminoe - [email protected]
Project Link: https://github.com/amineProjects/weatherApp