kev-luo / google-books

React application that uses the Google Books API to query books and MongoDB to save user book selections.

Home Page:https://g-books-mern.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

google-books

License: MIT GitHub top language

Description

Deployed Site

This is a full stack google books search app. Saved books are stored on Mongodb. Building this taught me about dealing with spotty api results. To elaborate, in order to handle results with missing properties, I used ternary operators to provide default values to store in state. The process of creating this app also helped solidify my understanding of short circuiting to conditionally render components.

Table of Contents

Installation

npm install

Usage

Search for a book title app-demo

License

Licensed under the MIT License.

Tests

npm run test

Questions

About

React application that uses the Google Books API to query books and MongoDB to save user book selections.

https://g-books-mern.herokuapp.com/


Languages

Language:JavaScript 95.0%Language:CSS 2.6%Language:HTML 2.4%