Skip to content

simple To-Do List Manager where users can add tasks, mark them as completed, and delete them. The user should also have the option to view all tasks or filter them based on their completion status.

Notifications You must be signed in to change notification settings

R-05368/TO-DO-LIST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

TO-DO LIST

  1. Task Management: This Python code creates a To-Do List Manager where users can add, mark as completed, or delete tasks. They can also filter tasks based on completion status.
  2. Design Patterns: The code uses the Memento and Builder Patterns. Memento captures task states for undo and redo actions, while Builder enhances task creation flexibility.
  3. Undo and Redo**: The app allows users to undo and redo actions like adding, completing, or deleting tasks, improving task management efficiency.

About

simple To-Do List Manager where users can add tasks, mark them as completed, and delete them. The user should also have the option to view all tasks or filter them based on their completion status.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages