App Information

Description

This is a book storage application built using the Browser Object Model (BOM), Document Object Model (DOM), and Event. The application utilizes HTML, CSS, and JavaScript. To prevent data loss from the application, I have leveraged web storage (local storage), which means that book data will not be lost when you close the browser tab or refresh the browser. Data will only be lost if you manually delete it.