A clean and simple Interface where you the get today's weather info of any part of the world you wish. This App allows users to enter a city name to retrieve and display current weather data, including temperature, weather description, humidity, and wind speed, while handling errors and updating weather icons based on the conditions retrieved from the OpenWeatherMap API.
- Allows users to enter a city name.
- Triggers weather data retrieval.
- Fetches current weather data from OpenWeatherMap API.
- Uses an API key for authentication.
- Shows current temperature in Celsius.
- Displays weather description (e.g., "light rain").
- Provides humidity percentage.
- Displays wind speed in Km/H.
- Displays "Location not found" message for invalid city names.
- Hides weather information when an error occurs.
- Updates weather icon based on the current weather condition.
- Uses different icons for Clouds, Clear, Rain, Mist, and Snow.