/WeatherForecast

My_First_Javascript_Project

Primary LanguageCSSMIT LicenseMIT

Project Title

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.

Tech Stack

Client: HTML, CSS, Vanilla JavaScript, API

Features

  • 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.

Screenshots

App Screenshot

Run Locally

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.