Skip to content

AY2021S1-CS2103-F09-3/tp

 
 

Repository files navigation

CI Status

Ui

  • This is implemented for CS2103 Software Engineering Module.
    Example usages:
    • as a UI mock up for a actual library administration system.
    • as a personal library management system.
  • The project simulates an library administration software used for managing the details of library.
    • It is written in OOP fashion.
    • It comes with a reasonable level of user and developer documentation.
  • For the detailed documentation of this project, see the IntelliBrary Product Website.

Acknowledgement

  • This project is based on the Addressbook-Level3 project created by the SE-EDU initiative.
  • The design of UI takes references from peer team CS2103T-T10-4