Step 4: Implement the Create Use Case
Understand how to implement the Create use case in a minimal front-end web application with plain JavaScript. Learn to set up a user interface with an HTML form, handle user input events, and save data using localStorage within an MVC structure.
We'll cover the following...
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 ...