The Weather App is a simple and intuitive application designed to provide users with real-time weather information. It uses data from a weather API to display current weather conditions for any location specified by the user. This repository contains the source code and resources for the Weather App.
- Current Weather: Displays the current temperature, weather condition, humidity, and wind speed.
- Location Search: Allows users to search for weather information by city name.
- Responsive Design: Adapts to different screen sizes for optimal user experience on both desktop and mobile devices.
- Error Handling: Informs users if the city name is invalid or if there is an issue with fetching data.
weather.demo.mp4
- HTML: Structure of the app.
- CSS: Styling of the app.
- JavaScript: Functionality and interactivity.
- Weather API: Fetching real-time weather data.
- Clone the repository:
git clone https://github.com/esraamhmd/weather-App.git