This Weather App is a web application built with HTML, CSS, and JavaScript that provides real-time weather information. It accesses your location with permission to display the current temperature, humidity, and cloud percentage. Additionally, it allows users to search for weather details of any location worldwide.
- Current Location Weather: Displays temperature, humidity, and cloud percentage for your current location (requires user permission).
- Search Functionality: Allows users to search for weather information for any location.
- Responsive Design: Ensures the app is accessible and visually appealing on both desktop and mobile devices.
- Interactive Interface: Provides a user-friendly experience with clear, real-time updates.
- HTML: For structuring the content.
- CSS: For styling and layout.
- JavaScript: For handling user interactions and fetching weather data from APIs.
- Clone the Repository
git clone https://github.com/yourusername/weather-app.git