c-phelps / cozy-bookshelf

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

JS: Render the selected books on LibraryHTML page load #18

Closed c-phelps closed 2 months ago

c-phelps commented 2 months ago

Create a function that will retrieve books that have been selected by the user from localstorage and display them on the libraryHTML page.

ftek00 commented 2 months ago

PR : https://github.com/c-phelps/cozy-bookshelf/pull/42