Weather Web Application ☁️🌡️ This is a simple Weather Web Application that allows users to check the current weather conditions for a specified city. The app fetches real-time weather data using the OpenWeatherMap API.
Features 🌍 Search for any city to get real-time weather information. 📊 Displays: Temperature (°C) Weather Description (e.g., Clear Sky, Cloudy) Humidity (%) Wind Speed (m/s) 🔄 Simple and responsive interface. Technologies Used HTML5: Structure of the web page. CSS3: Styling the application for a clean look. JavaScript: Fetches and displays weather data. OpenWeatherMap API: Provides real-time weather data.