Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 525 Bytes

File metadata and controls

22 lines (15 loc) · 525 Bytes

CodSoft - Task 4 - To-Do List ✅

This is Task 4 of the CodSoft Internship Program (15th June – 15th July 2025).

📝 Project: Console-based To-Do List

A basic C++ command-line application to manage a personal to-do list. Add, delete, and view tasks easily in the terminal.


✅ Features

  • 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