Gegardus / Awesome-Books

2 stars 0 forks source link

Refactor #3

Closed Gegardus closed 2 years ago

Gegardus commented 2 years ago

In this project, I manage books collection with plain JS with objects and using local storage. This part of the project was refactored with JavaScript classes. This app:

creates a collection that keeps a list of books; adds a new book to the collection, with title and author; removes a book from the collection; displays all books saved in the collection in the top part of the page.

Gegardus commented 2 years ago

Thank you, Gift. Have a good day.

Smile-keep-smiling