This is a Todo Application entirely coded in pure C. You can view, insert, delete tasks or do more with this. Try it out. Simply get the .exe or .c and start.
- Compile to create a new executable (.exe) file.
- Enter the name of file. If not found -> new file will be created.
- Menu will pop up and you can proceed further.
- Press 1 to View all Tasks
- Press 2 to Filter Tasks
- Press 3 to Insert Task
- Press 4 to delete task
- Press 5 to Exit
Comments are added throughout the file. Each function is documented. Hope you don't find it confusing. Wrote it for fun.
Forks are most welcome. 🚀