Django To-Do-List WebApp With User Authentication

To Do list app with User Registration, Login, Search and full Create Read Update and DELETE functionality.

DEMO

A Quick Guide 🚀

Requirements

You must have Python3 & and pip installed.

Clone this repo

git clone git@github.com:rufilboy/Todo_List_App.git

Run these commands:

pip install -r requirements.txt
python3 manage.py runserver

Now the website should be running at http://localhost:8000!

Contributing

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.

License

This project is MIT Licensed.