-
This is a desktop FlashCards application. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
-
It is an application intended for mainly Secondary School students or people who has a need to memorise large content in general.
-
Users should prefer digital notes over paper and pen and is reasonable comfortable with using CLI apps.
-
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.