Project Description
This is a greenfield Java project for CS2103T Software Engineering.
“Any fool can write code that a computer can understand.
Good programmers write code that humans can understand.”
-Martin Fowler.
What is Nexus?
Nexus is a basic Todo List with a built-in interface for users to interact with.
Features include:
-
Adding new TasksIMPROVED! Able to add specific tasks such as: Todo, Deadlines and Events! - Deleting Tasks.
- Mark and Unmark tasks.
- List the task in an interface.
-
Help Menu.Dropped due to the lack of time.
Instructions
All you need to do is
- Download the .jar file from here.
- Open the command prompt/terminal.
- Navigate to the directory of the .jar file.
- Ensure that you have JDK set up in your local environment.
- Run
java -jar Launcher.jar
. - Type
help
in the text box to see the list of commands available. - Let it manage your tasks for you 😃
Note: After using Nexus for the first time, a data folder would be generated in the same repository as Launcher.jar
and that is working as intended. That folder stores previous tasks that had been added to Nexus.