This repository contains a real-time weather application built using HTML, CSS, and JavaScript. The app integrates with a weather API to provide up-to-date weather information for cities worldwide. Users can retrieve current weather conditions, including temperature, humidity, wind speed, and a brief description of the weather.
- Search by City: Enter the name of any city to get its current weather details.
- Real-Time Data: Fetches and displays the most recent weather information using a reliable weather API.
- Responsive Design: Optimized for various devices, ensuring a seamless experience on desktops, tablets, and mobile phones.
- Dynamic Backgrounds: The app changes its background based on the current weather conditions, enhancing user experience.
- Error Handling: Provides user-friendly messages for invalid city names or network issues.
- Frontend: HTML5, CSS3, JavaScript (ES6)
- API: OpenWeatherMap API for fetching weather data
Experience the application live at: https://yaxh64.github.io/Weather-App/
- A modern web browser (e.g., Chrome, Firefox, Safari)
- Text editor or IDE (e.g., VSCode, Sublime Text)
- Clone the Repository:
git clone https://github.com/yaxh64/Weather-App.git cd Weather-App