Skip to content

Nexus v0.2

Latest
Compare
Choose a tag to compare
@tandeshao tandeshao released this 13 Feb 12:20
· 17 commits to master since this release

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 Tasks IMPROVED! 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

  1. Download the .jar file from here.
  2. Open the command prompt/terminal.
  3. Navigate to the directory of the .jar file.
  4. Ensure that you have JDK set up in your local environment.
  5. Run java -jar Launcher.jar.
  6. Type help in the text box to see the list of commands available.
  7. 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.