Skip to content

preenu91/ToDo-List-Console-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

To-Do List App

A simple console-based To-Do List application written in C++ using STL vector.

Features

  • Add tasks
  • View all tasks
  • Mark tasks as completed
  • Delete tasks
  • Easy to use menu-driven interface

How to Run

  1. Clone the repository

  2. Open the project in Visual Studio or your preferred IDE.

  3. Compile and run the project.

  4. Follow the on-screen menu to manage your tasks.

Example Usage

Choose an option from the menu:

  1. Add Task
  2. View Tasks
  3. Mark Completed
  4. Delete Task
  5. Exit

1

Enter a task: Buy groceries

Task added successfully

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages