Skip to content

manuel2400/Todo-app-with-C-language

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Todo App with C designed by Adebayo Ayowale and Sani Brian

Repl link to test the program: https://replit.com/@Oluwamarc1/Todo-App-with-C#main.c

What the program can do...

  1. Create a file for users to keep all their todos saved locally on their machines
  2. Add countless number of TODO
  3. Add TODO with the current date and time
  4. Saves todo in a file so when user logs out or exit the app and return later, their saved TODO is still intact and nothing is lost
  5. Display all TODO
  6. Search for todo with todo title
  7. Update todo keeping the order and time intact
  8. Search and delete todo

Comprenhensive details of how the program works is commented inside the source code, please check it out

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%