generated from OPCODE-Open-Spring-Fest/template
- Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
Description
So, what is it about?
This feature will allow users to:
Add new tasks
View all existing tasks
Mark tasks as completed
Delete specific tasks
Exit the program safely
The application will run entirely in the console, focusing on clean OOP design and user-friendly interaction.
A fully functional To-Do List program that demonstrates:
Proper use of classes (Task and ToDoList)
Efficient vector-based task management
Clean console UI with clear prompts and feedback messages
✅ Acceptance Criteria:
[ ] User can add a task
[ ] User can view all tasks
[ ] User can mark a task as completed
[ ] User can delete a task
[ ] User-friendly console output and error handling
Code of Conduct
- I agree to follow this project's Code of Conduct