🌦️ Weather App
A simple and visually appealing Weather App built using HTML, CSS, and JavaScript. This application allows users to search for the current weather in any city across the globe, displaying temperature, humidity, wind speed, and dynamic weather icons.
🔍 Features 🌍 Get real-time weather updates for any city
🌡️ Shows temperature, humidity, and wind speed
⛅ Displays custom weather icons for clear, cloudy, rainy, and other conditions
🎯 Search weather by city name
🚀 Smooth and responsive UI/UX
⌨️ Search with button click or Enter key
📦 Tech Stack HTML – For basic structure
CSS – For styling and layout
JavaScript – To fetch and display weather data dynamically
OpenWeatherMap API – To get weather data
⚙️ How It Works Enter a city name in the input box.
Click the search button or press Enter.
The app fetches weather data from the OpenWeatherMap API.
Data like city name, temperature, humidity, and wind speed are displayed.
A weather icon updates based on the current condition.
🛠️ Installation & Setup
git clone https://github.com/your-username/weather-app.git
cd weather-app