This a simple app that can be used to search for books from the Google books API, It has the fuctionality to search for a book by name or more attributes like the author, isbn, subject etc.
Clone the project
git clone https://github.com/melowsoft/books-app.gitGo to the project directory
cd book-appInstall dependencies
run yarnStart the server
yarn start- Search Book by Title, Author, Publisher, Isbn, Subject
- View Book in Detail, in a details page
Insert gif or link to demo
https://asset.cloudinary.com/melowsoft/fd0d33423faa825d7ee9d71546a0d3b6
To run tests, run the following command
npm run test