• Persistent
  • Enthusiastic
  • Solution
  • Patient
  • Attentive
Please Wait
2022JavaScript | Skeleton
BookListProject
I Created a Book list that enables the user to add a list of books.
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.

Image Title
Next Project
LoanCalculatorProject