MyBookList

2023

Simple Web Based CRUD to add and delete books entries. Using JS class, I created 3 different types of objects, that represents the entities of the application.
Book: Represents the basic propeties of a book: title, author and ISBN.
UI: Includes the basic functions of the application: add a book, delete a book, show alerts and clear fields.
Store: Fetch and save the information of a book in the LocalStorage of the browser, therefore, these these don't lose when you close the browser, only can be deleted, from the LocalStorage.
Moreover, shows up alerts for every action the user makes, such as delete an item, or update an item, or try to save a empty string. Includes responsive design.
Platform
Github
Technologies used:
main-view-my-book-list