A Java sample application for students. An AddressBook application that uses OOP basics.

Clone this repo:
  1. 23644b1 [#209] Main#VERSION: Fix typo by Zhi Yuan · 6 years ago master
  2. 74ec38a [#208] DeveloperGuide: Change setup to use default test configuration (#226) by Tan Wang Leng · 6 years ago
  3. 4991eed Fix typo in VERSION string with incorrect spelling of AddressBook by namjjd · 6 years ago
  4. 96597cc LOs/LO-ImplementClasses: mention meaning of diamond symbol by Damith C. Rajapakse · 6 years ago
  5. 5d095e8 LOs: update LO-Exceptions to mention read-only files by Damith C. Rajapakse · 6 years ago

Build Status Codacy Badge

AddressBook (Level 2)

  • This is a CLI (Command Line Interface) Address Book application written in OOP fashion.
  • It is a Java sample application intended for students learning Software Engineering while using Java as the main programming language.
  • It provides a reasonably well-written code example that is significantly bigger than what students usually write in data structure modules.

Useful Links

Contributors

The full list of contributors for se-edu can be found here.

Contact Us

  • Bug reports, Suggestions : Post in our issue tracker if you noticed bugs or have suggestions on how to improve.
  • Contributing : We welcome pull requests. Follow the process described here