Description:
search-app
allows users to search for books by entering a query (Title, Author, etc).
The reviews will show on the page.
- User can enter a search query into an input field
- User can submit the query. This will call an API that will return an array of books with the corresponding data (Title, Author, Published Date, Picture, etc)
- User can see the list of reviews appearing on the page
If you use yarn:
Otherwise, run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
This project was bootstrapped with Create React App.
Deployment Status: