This is Task 4 of the CodSoft Internship Program (15th June β 15th July 2025).
A basic C++ command-line application to manage a personal to-do list. Add, delete, and view tasks easily in the terminal.
- Add new tasks
- View current tasks
- Delete completed tasks
- Simple menu-driven interface
- Data stored in-memory (no file I/O)
π Project Structure
Cpp To Do List/ βββ ToDoList.cpp βββ README.md