Day 259/365
I made solid progress today on the Library project from
#TheOdinProject. Users can now add multiple book cards to their library, each with a unique ID, title, author, and page count, and have them displayed on the page.
Getting the unique ID associated with each card took a bit of time since I had to review how data attributes (dataset) work, but it was a great learning experience.
Next is to implement a delete button so users can remove books from their library.
I'm having a lot of fun with this project so far.
#WebDevelopment #JavaScript #LearningInPublic