Skip to content

Pupler/CPP-Todo-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ C++ Todo Manager

A console-based task manager built in C++ for learning data structures and STL containers. Features clean output and easy task management.

✨ Features

  • βž• Create tasks with description and status
  • πŸ“‹ Display all tasks in formatted list
  • βœ… Mark tasks as completed/incomplete
  • πŸ—οΈ Built with C++ STL containers

πŸ› οΈ Technology Stack

  • C++17
  • Standard Template Library (STL)
  • Command-line interface

πŸš€ Getting Started

# Clone the repository
git clone https://github.com/Pupler/CPP-Todo-Manager.git

# Compile and run
cd CPP-Todo-Manager
g++ main.cpp -o todo
./todo

Releases

No releases published

Packages

No packages published

Languages