Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 819 Bytes

File metadata and controls

30 lines (22 loc) · 819 Bytes

Django CBV ToDo App

IMG_0359.mov

Overview

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.

Features:

  • 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

Tech Stack:

  • Python 3.14
  • Django 5.2.8
  • Bootstrap 5
  • HTML/CSS
  1. Clone the repository:
git clone https://github.com/AliBigdeli/Django-CBV-TodoApp.git
cd Django-CBV-TodoApp/core