This is a simple todo list web application I made with the purpose of learning the basics of making a web app with Python and Flask. I focused mainly on learning how Flask works.
- Create an account and log in with a username and a password
- Adding tasks with a specified description
- Marking pending tasks as done
- Marking completed tasks as not done
- Deleting tasks
- Python (version 3.8.10)
- Flask (version 2.1.2)
- Bootstrap 5