Skip to content

taojiashu/main

 
 

Repository files navigation

UniCity

Build Status Build status Coverage Status Codacy code quality

Ui
  • This is a desktop Address Book application. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).

  • It is a product targeting university students, who can use it to manage their connections and network in their courses of study in the univeristy.

  • It is written in OOP fashion. It provides a reasonably well-written code example that is significantly bigger (around 6 KLoC) than what students usually write in beginner-level SE modules.

  • What’s different from level 3:

    • A more sophisticated GUI that includes a list panel and an in-built Browser.

    • More test cases, including automated GUI testing.

    • Support for Build Automation using Gradle and for Continuous Integration using Travis CI.

Acknowledgements

  • Some parts of this sample application were inspired by the excellent Java FX tutorial by Marco Jakob.

  • Original Source Code: AddressBook-Level4 project created by SE-EDU initiative at https://github.com/se-edu/

Licence : MIT

Packages

No packages published

Languages

  • Java 98.6%
  • Other 1.4%