Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.13 KB

File metadata and controls

28 lines (16 loc) · 1.13 KB

NUSMeet

Java CI

Ui

Description

  • 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.

Key Features

  • 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

Target Users

  • NUS Students seeking to identify coursemates for study sessions
  • CLI Enthusiast who prefer keyboard-driven workflows over graphical interfaces

Setup

  • In your project folder, open a terminal and run the command ./gradlew run to start the application

Acknowledgements

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