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

Now asks for a due date when initially creating a task. #34

Closed nhoshows closed 5 hours ago

nhoshows commented 6 hours ago

Added code to the add_task def to take a due_date variable, and then create the task with the due date.

issue #15

trevors0818 commented 5 hours ago

I would like to review this pull request