brytebee / AwesomeBooks

In this project, I built a simple website that allows users to add/remove books from a library list of books. I used JavaScript objects and arrays. I also used vanilla JavaScript DOM manipulation to simulate REACT and AJAX's single-page website concept. Lastly, I used is HTML and CSS3 technologies.
https://brytebee.github.io/AwesomeBooks/
7 stars 1 forks source link

Refactor to use JS classes #3

Closed safafa closed 3 years ago

safafa commented 3 years ago

In this pull request, we refactored the code using Javascript classes. We created the class Library with Two methods (addBook and removeBook).