A simple console-based To-Do List application written in C++ using STL vector.
- Add tasks
- View all tasks
- Mark tasks as completed
- Delete tasks
- Easy to use menu-driven interface
-
Clone the repository
-
Open the project in Visual Studio or your preferred IDE.
-
Compile and run the project.
-
Follow the on-screen menu to manage your tasks.
Choose an option from the menu:
- Add Task
- View Tasks
- Mark Completed
- Delete Task
- Exit
1
Enter a task: Buy groceries
Task added successfully