Book Finder is a React web application that uses the Google Book API to search and display the list of the books.
Try out the demo here.
- Clone this repository
git clone git@github.com:stmeem/book-finder.git - Go to the directory
cd book-finder - Install dependencies
npm install - Run
npm start