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...
- Create a file for users to keep all their todos saved locally on their machines
- Add countless number of TODO
- Add TODO with the current date and time
- 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
- Display all TODO
- Search for todo with todo title
- Update todo keeping the order and time intact
- Search and delete todo
Comprenhensive details of how the program works is commented inside the source code, please check it out