Skip to content

OpenContribute03/Help

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published