Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 760 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 760 Bytes

Todo Lister (Console-Todo)

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.

Add a new Todo

Type a and press Enter to add a new Todo

Mark a Todo as completed

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.

Screenshot

Screenshot 2023-12-10 091039-cropped

Quit Todo Lister

Simply enter q to quit the application.