This is a simple command-line to-do application written in C++. It allows users to manage their tasks efficiently through a straightforward interface.
- Add tasks to your to-do list
- Remove tasks from your to-do list
- List all tasks
- Load and save tasks to a file
-
Clone the repository:
git clone https://github.com/yourusername/cpp-todo-cli.git cd cpp-todo-cli
-
Build the application using the Makefile:
make
-
Run the application:
./todo
-
Use the following commands to manage your tasks:
add <task>
: Add a new taskremove <task_id>
: Remove a task by its IDlist
: List all tasks
We welcome contributions! Please see the CONTRIBUTING.md file for guidelines on how to contribute to this project.
This project is licensed under the MIT License. See the LICENSE file for details.