The Weather App is an interactive web application built with HTML, CSS, and JavaScript that provides real-time weather information. It fetches data from the OpenWeatherMap API using the fetch() method, allowing users to search for any city and view the current temperature, weather conditions, and dynamic weather icons.
- Real-time weather updates
- City-based search functionality
- Dynamic weather icons based on weather conditions
- User-friendly interface
- Responsive design for seamless viewing on all devices
- HTML
- CSS
- JavaScript
- OpenWeatherMap API
- Clone the repository:
git clone https://github.com/D-CodeDynasty/Weather-App.git
- Navigate to the project directory.
- Open the index.html file in your preferred browser.
The weather data is sourced from the OpenWeatherMap API. To obtain your API key, visit OpenWeatherMap.
This project is licensed under the MIT License.
Contributions and feedback are welcome! 😊