Skip to content

AY2223S1-CS2103-W14-1/tp

 
 

Repository files navigation

CI Status

Ui

  • Condonery is a Condonery is a desktop app made for property agents primarily used for managing client contacts and condo listings. It is optimized for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI). If you can type fast, Condonery can get your contact management tasks done faster than traditional GUI apps.

Example usages:

  • managing multiple property listings
  • storing client contact details

Getting started:

  • This project uses gradle as a build tool, to get started:
> ./gradlew clean run
  • The project is a desktop application used for managing contact details.
    • It is written in OOP fashion. It provides a reasonably well-written code base(around 6 KLoC), without being overwhelmingly big.
    • It comes with a reasonable level of user and developer documentation.
  • It is named Condonery and was evolved from AddressBook project.
  • For the detailed documentation of this project, see the Condonery Product Website.