☁️ Weather App
Description
A simple app that fetches and displays weather information based on user location or search.
Features
- Search weather by city name
- Shows temperature, humidity, wind speed, and weather conditions
- Fetches data from a weather API (e.g., OpenWeatherMap)
- Responsive and clean UI
Concepts Practiced
- API fetching with async/await
- Handling JSON data
- DOM manipulation
- Error handling and user feedback
Bonus Challenge
Add weather icons and background changes based on weather conditions.