Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 981 Bytes

File metadata and controls

41 lines (29 loc) · 981 Bytes

To-Do CLI Application

This is a simple command-line to-do application written in C++. It allows users to manage their tasks efficiently through a straightforward interface.

Features

  • Add tasks to your to-do list
  • Remove tasks from your to-do list
  • List all tasks
  • Load and save tasks to a file

Quick Start

  1. Clone the repository:

    git clone https://github.com/yourusername/cpp-todo-cli.git
    cd cpp-todo-cli
    
  2. Build the application using the Makefile:

    make
    
  3. Run the application:

    ./todo
    
  4. Use the following commands to manage your tasks:

    • add <task>: Add a new task
    • remove <task_id>: Remove a task by its ID
    • list: List all tasks

Contributing

We welcome contributions! Please see the CONTRIBUTING.md file for guidelines on how to contribute to this project.

License

This project is licensed under the MIT License. See the LICENSE file for details.