Step 4: Implement the Create Use Case

Let’s take a look at how to implement the create use case for the web application.

We'll cover the following

Create

For our example application, the user interface page for the CRUD use case Create is called createBook.html, located in the MinimalApp folder.

In its head element, it loads the application initialization file initialize.js, the model class file Book.js, and the view code file createBook.js. It also adds a load event listener for setting up the “Create” user interface:

Get hands-on with 1200+ tech skills courses.