Flask To-Do List
A To Do List app built using Flask, Flask SQLAlchemy, Flask Login and Bootstrap.
- The app lets users create an account and add, update and delete tasks.
- The user login details and tasks are stored in the database with the help of the FlaskSQLAlchemy library.
- The flask login library is used to manage user sessions.
- I used Bootstrap to make the website more presentable.