Description A simple To-Do list application built with Flask that allows users to manage tasks by adding, editing, and deleting them.
Features Add tasks: Create new tasks with titles and descriptions. Edit tasks: Modify task details. Delete tasks: Remove tasks when completed or no longer needed. Persistent storage: Tasks are stored in a database (or file system) to persist between sessions.