A simple weather application that allows users to check current weather conditions for cities. Users can enter a city name, and the app displays temperature, weather description, and an icon representing the current weather.
- Search by City: Enter a city name to get real-time weather information.
- Temperature Display: Shows temperature in Celsius.
- Weather Description: Provides a brief description of current weather conditions.
- Weather Icon: Displays an icon representing the current weather condition.
- Frontend: HTML, CSS, JavaScript
- API: OpenWeatherMap API
Open index.html in the web browser.