Inspiration
I never really woked with file management in C++ so I decided to make a todo application that tracks and saves your tasks in .txt files.
What it does
The application is CLI based and tracks your day to day tasks.
How we built it
I bulit it using C++ and used concepts of file management in C++
Challenges we ran into
Saving and retrieving the correct task from the text files.
Accomplishments that we're proud of
I am proud of successfully completing some cool features of the application like the date when the todo was added and displaying the todo in most recently added order, deleting todos and generating report.
What we learned
File management using C++
What's next for Todo List CLI application using C++
Add more features to the application
Log in or sign up for Devpost to join the conversation.