• Built a web-based task management system using Django's Model-View-Template architecture. • Implemented features for user registration, login/logout, task creation, status updates, and deadlines. • Designed clean, responsive UI using Bootstrap and Django templates. • Used Django ORM for efficient data handling and relationships (users ↔ tasks). • Added filtering and sorting options for tasks by priority, status, and due date. • Ensured role-based access: users can manage their own tasks only.