Task manager using JavaFX GUI, allowing you to manage your tasks, their priority, time restraints, and even their tags!
To use program, run the PomoTodoApp program in the UI folder. With input box:
- input your description of the task
- use tag delimiter "##" following description, following tags will be separated by ";"
some tips: a. tags "todo", "completed", "in_progress" - status of task b. tags "important", "urgent" - priority of the task c. tags "today" and "tomorrow" - indicate time due d. all other tags are just tags, not metadata.