ToDo is a text-based user interface to create and manage task lists for different projects.
A user can create a new task (with title, due date & project name), and edit the task using the app.
The created tasks are stored on a file and can be viewed later on.
The user can choose to view the tasks sorted according to due date or project name.
*** How to run ToDo app:
-
Download ToDo app repository from https://github.com/estherchee/ToDo
-
Open a command prompt window and navigate to the directory where you saved the java program (ToDo.jar).
-
Make sure a folder with the name data is available in the app package.
-
On the command prompt window, type
java -jar ToDo.jar -
Now ToDo app is successfully running on the terminal.
*** What can a user do with ToDo app:




