c-phelps / cozy-bookshelf

Web application to find books and store them as a local library.
MIT License
0 stars 0 forks source link

Added function to create a card element for each book that is returned as a result of the search #27

Closed c-phelps closed 2 months ago

c-phelps commented 2 months ago

Its not super pretty yet, but it is returning data! : image

c-phelps commented 2 months ago

New commit to add classes to the individual values being displayed on screen (author, published, pages, ratings) to that they can be accessed and saved in localstorage.