Overview
Bibliotek is a desktop address book application used for teaching Software Engineering principles. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java, and has about 10 kLoC.
Summary of contributions
-
Autocomplete commands and hint alias (major)
-
Added tab to autocomplete commands.
-
Added a hint Command box to show hint of alias.
-
This allows the user to type commands quickly and know what to type for alias of the input command.
-
-
Quotes about book (minor)
-
Add a welcome panel to display a random quotes about books.
-
This allows users to view a random quotes on books.
-
-
Code contributed: [Functional code] [Test code] {give links to collated code files}
-
Other contributions: