This project is a simple yet effective weather application built with vanilla JavaScript. It allows users to check the current weather conditions of any city by fetching data from the SheCodes Weather API. The app utilizes Bootstrap for styling to ensure a responsive and user-friendly interface.
- Current Weather Data: Get up-to-date weather information for any city.
- API Integration: Fetches weather data from the SheCodes Weather API.
- Bootstrap Styling: Utilizes Bootstrap for a clean and modern design.
You can test the application online by clicking this link.
To run this project locally, follow these steps:
-
Clone the Repository:
git clone https://github.com/ghezel1995/weather.git
-
Navigate to the Project Directory:
cd weather-vanilla
-
Open
index.html
in Your Browser:Simply open the
index.html
file in your preferred web browser to view the application.
- HTML
- CSS
- JavaScript
- Bootstrap
- SheCodes Weather API