Weather App
This application serves as a real-time weather station in your browser. By integrating with a public weather API, it allows users to search for any city globally and instantly receive current conditions, temperature, and climate details.
Key Features
- City Search: Dynamic input field to query weather conditions by city name.
- Live Data: Real-time updates on temperature, humidity, and weather conditions (sunny, rainy, etc.).
- Error Handling: Graceful feedback when a city name is invalid or data is unavailable.
Tech Stack
- Frontend: React.js
- API: OpenWeatherMap API
- Styling: CSS
