This Weather App built with Django allows users to check the current weather for any city worldwide. The app fetches real-time weather data using the OpenWeatherMap API and displays key information like temperature, weather description, and an icon representing the weather conditions. Users can search for weather updates by simply entering the name of the city.
Features: Search for city weather: Enter any city name to get the current weather data. Real-time data: Fetches weather updates directly from the OpenWeatherMap API. Display temperature & weather description: Shows the current temperature in Celsius and a brief weather description. Weather icon: Displays an icon representing the current weather conditions.
Technologies Used: Django: Web framework for building the app. HTML/CSS: For designing the user interface. OpenWeatherMap API: To fetch live weather data.