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

Prevent duplicate tasks #29

Open sopingari opened 6 hours ago

sopingari commented 6 hours ago

Added a new method task_exists to check if the task has been added before or not as well as changed add_task method to call task_exists before adding the new task.