A simple React app that allows you to search the Google Books API.
Requires Node v10 or later.
- Fork repository, clone locally, navigate to repository directory,
- Download all the files with
npm i
, - To test, run
npm test
.
- Connect to the server with
npm start
. - Click on the
🔍
to start your search. - On the
Results
page, click on a cover image or title to preview your book. - From the
Results
page and the book detail page, you can add books to your favorites by clicking on the♡ Favorites
button. Go to theFavorites
page to see a list of books you have selected. You can also remove books from this page by clicking the♥️ Favorites
button again.
This project was created by Mariah Adams & Robert Thompson during the Summer 2018 Full-Stack Javascript Career Track program at Alchemy Code Lab.
This project is licensed under the MIT License - see the LICENSE.md file for details
Forked from alchemy-fullstack-js-summer-2018/search-all-the-things & powered by the Google Books API.