This is a Django To-Do List app featuring:
- User registration and authentication
- Task management (CRUD operations)
- Responsive design using Bootstrap 4
- Admin panel for user/task management
Technologies Used:
- Django: Web framework
- Bootstrap 4: Frontend styling
- Crispy Forms: For rendering forms with Bootstrap 4
- SQLite3: Database
To Use it:
- Clone the repository
- Setup a Virtual Environment
- Install Dependencies
- Run Migrations
- Create a Superuser(admin)
- Run the Server