Skip to content

Mallard-Dash/To-do-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List v1.0

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!


Features

  • 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

How it works

  • Files are saved in the same folder as the compiled program.
  • Each entry is stored in its own .txt file (you name the file).
  • Everything is done directly from the terminal.

Be kind to eachother =D //Mallard-Dash

About

Basic filewriting program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages