A secure site with user-authentication that allows you to add/delete your to-do lists and mark them as completed/ongoing
- add to do lists which have ongoing has status
- mark some task has completed
- delete task
- git clone https://github.com/PeterOlayemi/To-Do-List-Site.git
- pip install -r requirements.txt
- python manage.py makemigrations
- python manage.py migrate
- python manage.py runserver