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

Add tags to tasks #13

Closed rtherrie closed 3 hours ago

rtherrie commented 4 hours ago

Allows the user to add tags to the tasks. The user can add whatever tags they like. These tags allow the user to identify tasks that are similar. Tags will be optional, similar to how due dates work.

sjiang1 commented 4 hours ago

I love this feature!