A task management/ to-do app made using Flask, Python and SQLite3 database.
Incorporates traditional CRUD functionalities.
git clone
project locally.flask run
in the project root folder.
Users are able to
- Create tasks
- Read the table of tasks in a table (in index)
- Update the status of the task (completed/ pending)
- Delete completed tasks
Each user has to be authenticated with an email and password.
Main: Python Flask
(Jinja templating, HTML, CSS)
Database: SQLite3
Tools used: Bootstrap
Login and Home page