Skip to content

[Feature]: To do list program using oops #7

@swastijain132005

Description

@swastijain132005

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions