This project is a weather viewer website created using HTML, CSS, and JavaScript. It allows users to check the weather information for a specific location.
- Location Search: Users can search for weather information by city or location name.
- Weather Display: Display of current weather conditions, temperature, humidity.
- Forecast: Provides a weather forecast for the upcoming days.
- Responsive Design: Optimized for various screen sizes (desktop, tablet, mobile).
- HTML
- CSS
- JavaScript
To run this project locally on your machine:
- Clone the Repository:
git clone https://github.com/kanishk-001/weather-app.git
- Navigate to the Project Directory:
cd weather-app
- Open the Project:
- Open the index.html file in your web browser.
- Open the index.html file in a web browser.
- Enter the city or location name in the search bar to view the weather information.
- Explore the displayed weather details for the current conditions and forecast.
Contributions are welcome! If you'd like to contribute by adding features, improving UI, or fixing issues, feel free to fork this repository, make your changes, and submit a pull request.