Skip to content

sqonky1/tp

 
 

Repository files navigation

CI Status codecov

Ui

  • Product name: CampusBridge

  • Value proposition:Students at NUS need to organize and access contact information for their professors, teaching assistants, and peers across different modules and faculties. These students frequently communicate via multiple platforms and require a centralized, easy-to-use system to save, search, and manage academic contacts efficiently.

  • This project is developed by Team F11-2 for CS2103T (AY25/26 Sem 2).

  • Version 1.0

  • How to start: Open a command terminal, cd into the folder you put the jar file in, and use the java -jar addressbook.jar command to run the application.

  • Feature list: Type the command in the command box and press Enter to execute it. e.g. typing help and pressing Enter will open the user guide in the browser.

  • Some example commands you can try:

  1. list : Lists all contacts.
  2. add n/John Doe p/98765432 e/johnd@example.com h/johndoe: Adds a contact named John Doe to the Address Book.
  3. edit 1 n/Alice Doe p/98765431 e/aliced@example.com h/alicedoe: Edits and updates the first contact in the Address Book.
  4. delete 3 : Deletes the 3rd contact shown in the current list.
  5. clear : Deletes all contacts.
  6. exit : Exits the app.

Known issues

  1. When using multiple screens, if you move the application to a secondary screen, and later switch to using only the primary screen, the GUI will open off-screen. The remedy is to delete the preferences.json file created by the application before running the application again.

Acknowledgements

  • This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 98.9%
  • CSS 1.1%