Skip to content

AY2324S2-CS2103T-W13-2/tp

 
 

Repository files navigation

CI Status codecov

Ui

  • This is **a project created by CS2103T students. It is a contact book **.
    Example usages:
    • It is meant to be used by secretaries in companies with different departments to be managed
    • The project will be developed over the course of AY23/24 Semester 2
  • The project is written Java
    • It is written in OOP fashion.
    • It comes with a reasonable level of user and developer documentation.
  • The application will contain contacts for the secretary to manage
    • This will include the option to view, add, delete and filter contacts
  • For the detailed documentation of this project, see the Contact Book Product Website.
  • This project is derived from AddressBook-Level3 created by SE-EDU initiative