A console-based task manager built in C++ for learning data structures and STL containers. Features clean output and easy task management.
- β Create tasks with description and status
- π Display all tasks in formatted list
- β Mark tasks as completed/incomplete
- ποΈ Built with C++ STL containers
- C++17
- Standard Template Library (STL)
- Command-line interface
# 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