Weather-app
- 1 Devlogs
- 16 Total hours
A simple web application that fetches real-time weather data and displays it with a clean, modern interface. The app allows users to search for weather information by entering a city name, and it retrieves current conditions from the OpenWeather API. When a user enters a location and searches, the app displays the current temperature in Celsius, a brief weather description, humidity percentage, and wind speed. It also shows appropriate weather icons depending on the conditions, such as a clear sky icon, rain icon, snow icon, cloud icon, or mist icon. If the user enters an invalid location, the app gracefully handles the error by showing a friendly 404 error message instead of crashing.