COSC381-2024Fall / Todo-List-CLI

This project is a command-line to-do list manager, where users can add, view, and delete tasks. The project is incomplete, with room for improvements and bug fixes.
MIT License
0 stars 0 forks source link

Ethan - Add mark completed feature #39

Open ecoop0 opened 5 hours ago

ecoop0 commented 5 hours ago

Added Check-Off Task function that prompts users to enter the number of the task they want to complete. If the task exists, the function appends "completed" to the inputted task. First commit I forgot to add Issue Number, so I made a new commit with the issue number in the commit msg.

LongNguyenThanhLe commented 5 hours ago

Solid code. Nice work