This program is a highly portable command-line to-do-list application that helps users manage their tasks efficiently, with the functionality to store data on every run, and retrieve them upon restarting the application. It allows users to add new tasks, view existing tasks, mark tasks as completed, edit tasks and delete tasks.
- Simple and straightforward usage
- Highly portable
- Support for storing and exporting CSV data
- Cross-platform compatibility
- Non third-party dependencies
To setup and run this project locally, follow these steps:
-
Download or clone the repository
git clone https://github.com/invzfnc/todo-list.git
-
Compile the code
g++ main.cpp -o todolist
-
Run
Windows
todolist
Unix
./todolist
This software is licensed under the MIT License © Cha




