Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 241 Bytes

File metadata and controls

13 lines (11 loc) · 241 Bytes

Project 03: To-Do List Manager (Basic CLI)

Objective

Create a command-line To-Do List Manager with features:

  • Add tasks
  • View tasks
  • Mark tasks as done
  • Delete tasks

Concepts Used

  • Lists
  • Loops
  • File handling (optional)