Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

To_Do_List_Project

This is a simple console-based To-Do List project written in C++.
It allows users to manage tasks using arrays, strings, and basic algorithms.

Features

  • Add tasks
  • Show all tasks
  • Mark tasks as done
  • Delete tasks
  • Search tasks
  • Sort tasks alphabetically

How to Run

On Linux / Mac:

g++ main.cpp -o todo
./todo

On Windows:

g++ main.cpp -o todo.exe
todo.exe

Example Usage

--- SIMPLE TO-DO LIST ---

  1. Add task
  2. Show tasks
  3. Mark task done
  4. Delete task
  5. Search tasks
  6. Sort tasks
  7. Exit
    Choose:

💡 Author: Monier Ayman
📌 Project for practicing C++ fundamentals and problem solving.

About

A simple console-based To-Do List project in C++ that allows users to add, view, mark as done, delete, search, and sort tasks using arrays, strings, and basic algorithms.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages