IMG_0359.mov
This is a Django-based ToDo application built using Class-Based Views (CBV). The project includes user authentication (login, logout, register) and a full-featured task management system.
- User Authentication:
- Register new users
- Login/Logout functionality
- Redirect authenticated users to the task list
- Task Management:
- Create, edit, and delete tasks
- Mark tasks as completed with a green check icon
- Update task title and reset
- Python 3.14
- Django 5.2.8
- Bootstrap 5
- HTML/CSS
- Clone the repository:
git clone https://github.com/AliBigdeli/Django-CBV-TodoApp.git
cd Django-CBV-TodoApp/core