Welcome to the Weather App! This project is a simple yet powerful web application that allows users to get real-time weather information for any city in the world. Built using HTML, CSS, and JavaScript, this app demonstrates how to integrate with a weather API to fetch and display current weather data dynamically.
- Real-time Weather Data: Fetches current weather information including temperature, humidity, wind speed, and weather conditions.
- Search Functionality: Users can search for weather information by providing the access of their location.
- Responsive Design: The app is fully responsive and works seamlessly on both desktop and mobile devices.
- Interactive UI: Clean and user-friendly interface with dynamic weather icons.
- HTML: For structuring the content of the app.
- CSS: For styling the app and ensuring a responsive design.
- JavaScript: For fetching data from the weather API and updating the UI dynamically.
- **Location **: user have to provide the location access .
- API Call: The app makes a request to a weather API to get the current weather data for the specified city.
- Data Processing: The received data is processed and displayed in a user-friendly format.
- Dynamic Updates: Weather information, including temperature, weather conditions, and icons, is updated in real-time based on the fetched data.