About ToDo program
  • This program is developed using Flask, Python, MySQL, and Bootstrap
  • User can add new tasks
  • User can delete task, one task at a time
  • Program shows statistics about tasks, incomplete, and completed
  • User can click on the update task button to change the status between incomplete and completed. Its a toggle switch.