A responsive Weather App that provides real-time weather information using the OpenWeatherMap API. Users can search for any city and get details like temperature, humidity, and wind speed. The app features a clean, modern design and supports various weather conditions.
- Real-time Weather Data: Fetches up-to-date weather information for any city.
- Responsive Design: Ensures a consistent experience across different devices.
- Dynamic Icons: Displays weather-specific icons based on the current weather conditions.
- HTML: For the structure of the application.
- CSS: For styling and responsive design.
- JavaScript: For making API requests and handling user interactions.
- OpenWeatherMap API: For fetching real-time weather data.
- Clone the repository:
git clone https://github.com/your-username/weather-app.git
- Navigate to the project directory:
cd weather-app
- Open the
index.html
file in your browser to view the app.
- Enter the name of a city in the search box and click the search button.
- The app will display the current weather, including temperature, humidity, and wind speed.
- If the city name is invalid, an error message will appear.