- NUSMeet is a Command Line Interface (CLI) application designed for NUS students to efficiently manage and organize their contacts. It focuses on helping users find coursemates for study discussions, with tagging and filtering features tailored to student life.
- Contact Management: Add, update, delete coursemate information
- Tagging System: Organize contacts using module and friends tags
- Search Functionality: Find coursemates by name, module and friend tags
- NUS Students seeking to identify coursemates for study sessions
- CLI Enthusiast who prefer keyboard-driven workflows over graphical interfaces
- In your project folder, open a terminal and run the command
./gradlew runto start the application
- This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.
