Without login, use the to-do list.
It is a simple to-do list app with the following features:
- Add a task
- Delete a task
- Edit a task
- Mark a task as done
- Mark a task as undone
- Delete all done tasks
- Delete all undone tasks
- Sort tasks by date
- Sort tasks by priority
- Clone the repository
- install dependencies
- run
python app.py - Open
http://localhost:3000in your browser
Remember, it will work only if you don't delete your browser data/history!