This is simple and easy to use To-Do site. First you should create an account (if do not have one), and just make your own to-do list. You can add new, update or delete an existing item.
Installing all the necessary packages from
pip install -r requirements. txt
- Log in (for existing users) or Register (for a new users).
- Add Task - allows you to add a new task, which include:
- Title
- Description
- Complete Yes/ No
- Each existing task can be modified (click on the task title).
- Existing task can be Deleted.
- Search - helps to find necessary task.
- Log out. All data saving in the database.