Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 570 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 570 Bytes

Customizable Todo List

This is a simple To-Do List application developed in C++. The program allows users to create and name a todolist, which they can add to and customize to their liking.

It is user-friendly and provides an organized menu interface with the following choices:

  1. Show List
  2. Add Category
  3. Add Task
  4. Edit Category
  5. Edit Task
  6. Delete Category
  7. Delete Task
  8. Complete Task
  9. Clear List
  10. End Program

(Made by Eileen Kang in VSCode)