A simple and clean task management application built using Django. This app allows users to register, log in, and manage their personal tasks efficiently with CRUD functionalities.
- Add new tasks
- Edit/update tasks
- Delete tasks
- User registration and profile management
- Authentication (Login/Logout)
- Backend: Django (Python)
- Frontend: HTML, CSS (with Django templating)
- Database: SQLite (default with Django)
- Clone the repository (git clone https://github.com/SayantikaGhosh/Todo_list.git)
- cd todo_list
- python -m venv env
- env\Scripts\activate ( Windows)
- pip install django
- python manage.py migrate
- python manage.py runserver