This app, which is accompanied by a tutorial, is the 6th example app of our incremental sequence of six examples of Plain JS Front-End Web Apps. It supports the following operations:
For playing with the app, you may first want to and then view it (e.g. by choosing "Manage books" and then "List all books").
This example app takes care of two class hierarchies:
- The simple segmentation of
BookintoTextBookandBiography. - The segmentation of
PersonintoAuthorandEmployeesuch thatEmployeehas a further segment,Manager.