Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.16 KB

README.md

File metadata and controls

16 lines (13 loc) · 1.16 KB

CI Status

Ui

CallMeMaybe


  • This is a project by Software Engineering (SE) students.
  • The project simulates an ongoing software project for a desktop application designed for freelance telemarketers who need an easy to way to catalog their contacts.
    • 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 decent level of user and developer documentation.
  • It is named CallMeMaybe because it tracks who have been called in the huge list of people to call.
  • Check out the documentation at our website!

Project Adapted from AddressBook Level3