...

/

Overview of the Minimal Application

Overview of the Minimal Application

Here’s an overview of the steps involved in building a minimal web application using JavaScript.

We'll cover the following...

Overview

In this section, we’ll look at how to build a minimal front-end web application with plain JS and the localStorage API. The purpose of our example application is to manage information about books. In our sample application, we’ll deal with a single object type, Book, as depicted in the class diagram below:

...