This Weather App is a simple web application built using HTML, CSS, and JavaScript. It allows users to check the weather conditions of any location by entering the city name.
- Current weather conditions display
- Temperature display in Celsius or Fahrenheit
- Weather icon representation
- Responsive design
You can try out the WeatherApp here: [Project Link]
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/weather-app.git
-
Open index.html in your web browser
- Enter the city name in the input field and press Enter or click the search button.
- The current weather conditions for the entered city will be displayed.