To Do list app with User Registration, Login, Search and full Create Read Update and DELETE functionality.
You must have Python3 & and pip installed.
git clone git@github.com:rufilboy/Todo_List_App.git
pip install -r requirements.txt
python3 manage.py runserver
Now the website should be running at http://localhost:8000!
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update texts as appropriate.
This project is MIT Licensed.