- This app mainly helps user to remember tasks and mark whether they are completed or not.
- The system is developed by using Python, HTML, Bootstrap 4 templates, SQLite database and Flask framework.
- 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).
- All the datas are put to or got from database using SQLite3. Tip: The database can be viewed by using DB browser.
- 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.