Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1.3 KB

README.md

File metadata and controls

14 lines (12 loc) · 1.3 KB

CI Status codecov

Ui

  • This is InternConnect, an application to access applicants' data for university recruiters.
    Example usages:
    • as an application to store applicants' job application detail
    • as an application to find applicants that applied for the same role
  • The project is built on a sample software project for a desktop application (called AddressBook) 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.
  • For the detailed documentation of this project, see the InternConnect Product Website.
  • This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.