You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project lets you create tasks, set optional deadlines, group tasks with tags, and track completion status.
Pages
Home - todo list of tasks (completed and active).
Tags - choose theme of the task.
Overview
Run locally
python manage.py runserver
About
A simple task management web application built with Django. Users can create and organize tasks with tags, set deadlines, update task details, and track their completion status.