Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 565 Bytes

File metadata and controls

12 lines (10 loc) · 565 Bytes

taskManager

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:

  1. input your description of the task
  2. 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.