A web application to track and display weather data using
Django Weather Tracker is a web application that allows users to track and display real-time weather data for different locations. It fetches weather data from an external API and presents it in a user-friendly interface.
- Real-time weather updates
- Search for weather data by city
- Display temperature, humidity, wind speed, and more
- User authentication for saving favorite locations
- Django
- HTML/CSS
- JavaScript
- Bootstrap
- Weather API (e.g., OpenWeatherMap)