-
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:
- list : Lists all contacts.
- add n/John Doe p/98765432 e/johnd@example.com h/johndoe: Adds a contact named John Doe to the Address Book.
- edit 1 n/Alice Doe p/98765431 e/aliced@example.com h/alicedoe: Edits and updates the first contact in the Address Book.
- delete 3 : Deletes the 3rd contact shown in the current list.
- clear : Deletes all contacts.
- exit : Exits the app.
Known issues
- 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.
- For the detailed documentation of this project, see the CampusBridge Product Website.
Acknowledgements
- This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.
