Console Todo App written in C++.
This straightforward and simple Todo Lister application generates a random ID for each todo task when a new task is added, and you can use the same ID to mark it as completed.
Type a
and press Enter to add a new Todo
Type c
and press Enter, and you will be prompted to enter the random generated ID
shown beside the Todo you want to mark as completed. Type the ID
and hit Enter again. That's it.
Simply enter q
to quit the application.