Skip to content

AY2324S2-CS2103T-T08-3/tp

 
 

Repository files navigation

CI Status codecov

Ui

  • This is a project for Computer professional job seekers.
    Example usages:
    • as a tool to manage job applications
    • as a tool to manage contacts of recruiters and interviewers
  • The project simulates an ongoing software project for a desktop application (called CareerConnect Bot) used for managing contact details.
    • It is written in OOP fashion. It provides a reasonably well-written code base bigger (around 6 KLoC) than what students usually write in beginner-level SE modules, without being overwhelmingly big.
    • It comes with a reasonable level of user and developer documentation.
  • It is named CareerConnect Bot (CCBot for short), it was initially created as a part of a series of AddressBook projects (Level 1, Level 2, Level 3 ...).
  • For the detailed documentation of this project, see the Address Book Product Website.
  • This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.