rdmullins / rm-ereader-backend

0 stars 0 forks source link

As a general (all) user, I would like to have search results that show the cover image of the book as well as the title and author so that I know I’m clicking on the correct result. (2) #8

Open rdmullins opened 1 year ago

rdmullins commented 1 year ago

What I Meant Was: After a successful search, the React front end should build out Bootstrap cards for each returned book containing the cover image (retrieved dynamically from Project Gutenberg), the title and the author (from the local DB). A 'search' in this context is a query string to the database (?=) using either author's last name, a subject, or a title

Testing Criteria:

Definition of Done: I can 'search' and have results appear on the React app

// Notes Re-use the 'Featured Book' card in React

rdmullins commented 1 year ago