allows user to
- sign up to page.
- log in authentication.
- add tasks(title, description, status, priority).
- set the status
- delete the tasks.
Clone the project
git clone /~https://github.com/manoj-gaonkar/ToDo-List.git
Go to the project directory
cd ToDo-List
Activate virtual environment
source todoenv/bin/activate
Run the server
python manage.py runserver
Client: Django, TailwindCSS
Server: WSGI (Web Server Gateway Interface)