WeatherApp
# 🌦️ Weather App – Real-Time Weather Forecast 🌤️
This is a modern, responsive Weather App built using HTML, CSS, and JavaScript, powered by the OpenWeatherMap API and enhanced with GSAP animations for a smooth user experience.
Features
- 🔍 Search weather by city name
- 📍 Displays:
- City name
- Temperature (°C)
- Weather condition (Clear, Cloudy, Rainy, etc.)
- Current local time
- Date and day
- Animated background using CSS
@keyframes
and linear gradients
- Smooth element animations with GSAP
- Fully responsive design for all screen sizes
- Error handling for invalid or empty city input
Technologies Used
- HTML5 – Page structure
- CSS3 – Styling and animated gradient background
- JavaScript (Vanilla) – Logic and API integration
- GSAP – For smooth and elegant animations
- OpenWeatherMap API – For fetching live weather data