Manage your tasks with this simple console-based Todo List manager implemented in C++.
- Add tasks with descriptions.
- Mark tasks as complete.
- Display the list of tasks.
- User-friendly menu interface.
- Clone the repository.
- Compile the C++ program.
g++ main.cpp -o todolist