Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 708 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 708 Bytes

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