01
Project Challenge
Objective
Book list is the final project. Books can be added by users through this feature. I used object orientated programming using the ES6 syntax. Java was the first language I explored from where I became familiar with OOP. I am interested in exploring the contrast between functional and OOP. Overall, I believe that the decision is largely determined by the project's requirements. There was no significant difference in my project, except for my familiarity with the OOP concept. I used the constructor to initialize the Book and UI properties.
I developed methods to assist users in adding books to the list Every book needs a title, a writer and an isbn number. The second method will clear the fields. The Show alert method was developed to notify the user whether a book has been successfully added or removed from local storage.