TASK MANAGER
A simple Django-based for creating, editing, and deleting tasks with due dates.
Features
- Add, update, and delete tasks.
- Track task statuses (Upcoming, Due Today, Overdue).
- Responsive design with Bootstrap.
Setup git clone https://github.com/getNameYoru/django_project_ramillano.git, cd django_project_ramillano, pipenv shell, python manage.py migrate, python manage.py runserver
Access at http://127.0.0.1:8000.
Usage
- View all tasks on the homepage.
- Click Add to create a task.
- Click Edit to modify a task.
- Click Delete to remove a task.