Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 308 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 308 Bytes

to-do-list

text-based todo list that has the following features:

  • A user can add todos by entering them into the prompt
  • A user can complete todos by entering the todo’s corresponding number
  • A user can view a help screen by typing ‘h’ or ‘help’
  • A user can quit by typing ‘q’ or ‘quit