rodrigopenayo98 / Awesome-Books-Rod-ES6

This is my repository for a Book List project. I used technologies like HTML, JAVASCRIPT, CSS. Some of the main features is that you can add books that you like and their respective author, and if you want you can also remove them from the list.
5 stars 0 forks source link

Great work 👍 but some changes needed. #2

Open SAZZAD1Q2 opened 1 year ago

SAZZAD1Q2 commented 1 year ago

Add Book button is now working well. Add Author button is also working as well. But I see the remove button needs some changes to fix the issue that it is not removing the name of the book and the author's name. Screenshot (2)

hassanShakur commented 1 year ago

Nice work on the project so far ✅. Just a suggestion, it would be nice if you called your renderBooks() function inside either a DOMContentLoaded or load event listener for best practice. Other than that keep up 😄.