A simple command-line to-do list manager written in C.
- Add tasks
- Remove tasks
- View tasks
- Clear the to-do list
make # Compile
make run # Compile and run
make clean # Remove compiled filessrc/– Source codebin/– Compiled executabledata/– Storesto-do.txt
- Tasks are saved in
data/to-do.txt - Compiled files and data are ignored by Git