This is a simple interactive to-do list written in C.
The purpose of this program is to let the user write, view, and delete notes or tasks, all stored as text files.
It's a basic console program with a clear menu system and individual file handling.
I plan to add more features in the future!
- Create a new file and write a single-line entry
- View the contents of any saved file
- Delete a selected file
- Simple and clean text-based interface
- Files are saved in the same folder as the compiled program.
- Each entry is stored in its own
.txtfile (you name the file). - Everything is done directly from the terminal.
Be kind to eachother =D //Mallard-Dash