/Flask-Todo-App

This is a demo GUI application of Todo App concept. All the details are given in the README file and in the code as comment lines.

Primary LanguageHTML

Flask Todo App

Target of App

  • This app mainly helps user to remember tasks and mark whether they are completed or not.

Tools

  • The system is developed by using Python, HTML, Bootstrap 4 templates, SQLite database and Flask framework.

About app

  • When the system is first executed, it fundamentally shows the input area for Todo tasks and table of details of previously entered Todo events(ss1). If there is no previous event, warning will pop up (ss2).

ss1: ss2


ss2: ss1


  • All the datas are put to or got from database using SQLite3. Tip: The database can be viewed by using DB browser.

ss3


  • The situation of Todo events can be changed to either completed or not completed by using 'Change' button. In addition, the tasks can be deleted by the user.