Alondra87 / Awesome_books

In this project, we will build a basic website that allows users to add/remove books from a list. We will achieve that by using JavaScript objects and arrays. Also, We dynamically modify the DOM and add basic events.
1 stars 0 forks source link

Awesome books #3

Closed Alondra87 closed 2 years ago

Alondra87 commented 2 years ago

Description In this project, we refactor the Awesome books application to use JavaScript classes.

Activity: https://github.com/microverseinc/curriculum-javascript/blob/main/books/m2_plain_js_classes_v1_1.md

Requirements:

Alondra87 commented 2 years ago

We applied all required changes. Thanks!