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:
- Show List
- Add Category
- Add Task
- Edit Category
- Edit Task
- Delete Category
- Delete Task
- Complete Task
- Clear List
- End Program
(Made by Eileen Kang in VSCode)