Skip to content

e-hua/tp

 
 

Repository files navigation

Java CI codecov

TAConnect

Ui

TAConnect is a desktop application for managing your contact details. While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface).

Quick Start

  1. Ensure you have Java 17 or above installed in your Computer.
    Mac users: Ensure you have the precise JDK version prescribed here.

  2. Download the latest .jar file from here.

  3. Copy the file to the folder you want to use as the home folder for your TAConnect.

  4. Open a command terminal, cd into the folder you put the jar file in, and use the java -jar TAConnect.jar command to run the application.

  5. Type the command in the command box and press Enter to execute it. e.g. typing help and pressing Enter will open the help window.
    Some example commands you can try:

    • list : Lists all contacts.

    • add n/John Doe p/98765432 e/johnd@example.com a/John street, block 123, #01-01 tg/@johndoe : Adds a contact named John Doe to the Address Book.

    • delete 3 : Deletes the 3rd contact shown in the current list.

    • view 2 : Displays the full details of the second contact in the current contact list.

    • clear : Deletes all contacts.

    • exit : Exits the app.

    • enroll 1 c/CS2103T tut/T01 : Enrolls the first student into CS2103T tutorial group T01.

    • attend 1 c/CS2103T w/1 : Marks the first student as attended for CS2103T in Week 1.

Acknowledgements

This project is a part of the se-education.org initiative. For more information, see the Address Book Product Website.

Libraries used: JavaFX, Jackson, JUnit5

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 98.1%
  • CSS 1.9%