A responsive and user-friendly web application that provides real-time weather updates and forecasts using the OpenWeatherMap API. Built with HTML, CSS, and JavaScript, this project allows users to search for weather information by city and displays key metrics like temperature, humidity, wind speed, and weather conditions.
- Real-Time Weather Data: Fetches current weather information using the OpenWeatherMap API.
- Search by City: Users can search for weather data by entering a city name.
- Weather Metrics: Displays temperature, humidity, wind speed, and weather conditions.
- 4-Day Forecast: Shows a 4-day weather forecast for the selected city.
- Responsive Design: Works seamlessly on desktops, tablets, and mobile devices.
- Dynamic Icons: Uses Font Awesome icons for weather conditions and metrics.
- Frontend: HTML, CSS, JavaScript
- API: OpenWeatherMap API
- Libraries:
- Axios: For making HTTP requests to the API.
- Font Awesome: For icons.
- Google Fonts: For typography.
- Clone the Repository:
git clone https://github.com/your-username/weather-forecasting-app.git cd weather-forecasting-app