This repository contains a simple and responsive Weather Website built using HTML, CSS, and a Weather API. The website allows users to check real-time weather information for different locations.
The Weather Website fetches live weather data from a public Weather API and displays current conditions in a clean, user-friendly interface. It is designed to be lightweight, fast, and easy to use.
- HTML5 – Structure of the website 🌐
- CSS3 – Styling and layout 🎨
- JavaScript – API handling and dynamic updates ⚡
- Weather API – Real-time weather data 🌍
- 🌡️ Display current temperature
- 🌥️ Weather condition (cloudy, sunny, rain, etc.)
- 💧 Humidity and wind speed
- 🔍 Search weather by city/location
- 📱 Responsive design for mobile and desktop
- Fetches live weather data using a Weather API
- Data is updated dynamically without reloading the page
- Error handling for invalid or unknown locations