This is a simple, clean, and responsive weather web app built using HTML, CSS, and JavaScript. It fetches real-time weather data using a public weather API and displays the current weather conditions for any searched city.
π Deployed Link: https://rachanadutta.github.io/weather_app/
- ποΈ Enter any city to get real-time weather information
- π‘ Weather data is fetched via a public API
- β Graceful handling of invalid or empty inputs
- π‘οΈ Shows temperature, weather condition
- π¨ Displays wind speed
- π§ Displays humidity
- π Background or card color/theme updates based on weather condition
- π½οΈ Weather-themed looping background video plays (e.g. snow, rain)
- π§± HTML5
- π¨ CSS3
- βοΈ JavaScript (Vanilla)
- π Weather API (like OpenWeatherMap)
- π
index.htmlβ Main weather interface
π All functionality is handled in script.js, with styling in style.css.