A CLI app that organizes tasks in form of TODO list, which can be marked as done, important and other info.
Might consider having an overall TODO and a daily TODO, which might be based of overall TODO
Requirements
- Store Tasks and index efficiently
- Display Tasks with some fancy coloring, which differentiates done/important/in progress etc
- Categorize by date/importance, and let the user create own category (family/study etc). Maybe even let users combine categories
- Let user mark as Done, and even delete/hide
- Let user watch the past progress, might even provide some statistics
...
A CLI app that organizes tasks in form of TODO list, which can be marked as done, important and other info.
Might consider having an overall TODO and a daily TODO, which might be based of overall TODO
Requirements
...