/taskplanner

To-do app made with Python Flask

Primary LanguagePython

TaskPlanner

A task management/ to-do app made using Flask, Python and SQLite3 database.
Incorporates traditional CRUD functionalities.

To Test

  1. git clone project locally.
  2. flask run in the project root folder.

About

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.

Framework

Main: Python Flask
(Jinja templating, HTML, CSS)
Database: SQLite3
Tools used: Bootstrap

Login and Home page

homepage   app page

app page
Users can configure their profiles