This is a simple To-Do-List app developed using Python. The app allows users to create and manage a list of tasks they need to complete.
- Add new tasks with a description and due date
- Edit and delete existing tasks
- Mark tasks as complete
- Filter tasks by status (all, completed, incomplete)
- Select different, self created categories for your tasks
- To add a new task, click the "Add Task" button and enter a description and due date.
- To edit a task, click the "Edit" button next to the task you want to modify.
- To mark a task as complete, click the checkbox next to the task.
- To filter tasks, select the appropriate filter option from the dropdown menu.