A fully functional To-Do web application built with Django, Bootstrap 5, and SQLite.
- ✅ User authentication (Register/Login/Logout)
- ✅ Create, Read, Update, Delete (CRUD) tasks
- ✅ Task status tracking (Pending, In Progress, Completed)
- ✅ Due dates and deadlines
- ✅ Search and filter tasks
- ✅ Responsive design with Bootstrap 5(Android)
- ✅ Beautiful dashboard with statistics
- ✅ Overdue task highlighting
git clone https://github.com/coi-exe/task-manager.git
cd django-todo-apppython -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activatepip install -r requirements.txtpython manage.py migratepython manage.py createsuperuserpython manage.py runserverVisit http://127.0.0.1:8000/