This is a simple weather forecast web application that allows users to check real-time weather information for any city using the OpenWeatherMap API. Built using HTML, CSS, and JavaScript, the app fetches and displays temperature, weather conditions, humidity, and wind speed dynamically.
weather-app/ │ ├── index.html # Main HTML file ├── style.css # Styling for the app ├── script.js # Logic to fetch and display weather data ├── .gitignore # Files/folders ignored by Git
- 🌍 Search by city name
- 🌡️ Real-time temperature in Celsius
- 🌧️ Weather condition (Clear, Clouds, Rain, etc.)
- 💧 Humidity and wind speed
- 🎨 Dynamic background and icon updates based on weather
- ❌ Error handling for invalid city input
- ⌨️ "Enter" key and button click support for searches
- HTML5
- CSS3
- JavaScript (ES6+)
- Font Awesome (Icons)
- OpenWeatherMap API
Developed by Sahajpreet Kaur Bagga Feel free to connect or contribute!