- This is a desktop Task & event manager application. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
- It is a Java application coded using Java as the main programming language.
- It is written in OOP fashion.
- What this application includes:
- A sophisticated GUI that includes a list panel and an in-built Browser.
- Automated GUI testing.
- Support for Build Automation using Gradle and for Continuous Integration using Travis CI.
- This code is developed from AddressBook Level 4 by a team from National University of Singapore, School of Computing for students learning Software Engineering.
- Some parts of this sample application were inspired by the excellent Java FX tutorial by Marco Jakob.