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!