The weather forecast project is a project for the client to see the weather forecast of any location in the world. The project is built using HTML, CSS, and Vanilla JavaScript. The project uses the OpenWeatherMap API to fetch the weather forecast data. The user-friendly UI of the project makes it easy for the client to use the project. The project is responsive and can be used on any device.
Client: HTML, CSS, Vanilla JavaScript, API
- Feature 1 - Weather forecast of any location in the world.
- Feature 2 - Weather forecast for the next 24 hours.
- Feature 3 - Additional information such as humidity, wind speed, mentioned in the project.
- Feature 4 - Graphic UI for the weather forecast.
Clone the project
git clone https://github.com/AlexiusTatius/WeatherForecast.git
Go to the project directory
cd WeatherForecast
Open with VSCode
code .
Open with live server
npm run start
You can also install the Live Server extension in VSCode and click on "Go Live" at the bottom right corner of the screen.