emkbt / DT--Kilbertus--5--ToDoList--

A simple console-based Todo List application where you can add, delete, complete tasks.
MIT License
0 stars 1 forks source link

Enhancement: Implement Task Categories #2

Open emkbt opened 7 months ago

emkbt commented 7 months ago

Description:

Introduce a feature to categorize tasks into different categories or projects. This will help users organize their tasks based on different contexts or areas of focus.

Proposed Solution:

Add a category field to each task, allowing users to assign tasks to specific categories. Implement a filter or sorting mechanism to view tasks based on categories.

Additional Notes: