Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.21 KB

README.md

File metadata and controls

42 lines (33 loc) · 1.21 KB

google-books-search

Overview

A Google Books Search application built using the MERN Stack (MongoDB, Express, React, and Node JS).

The app utilizes React lifecycle methods to query and display books based on user searches. the app uses Node, Express and MongoDB so that users can save books to review or purchase later. The app is deployed to heroku.

Installation

  1. Clone this Git repository

    • $ git clone https://github.com/az9000/google-books-search.git
  2. Install dependencies

    • $ npm install
  3. Run the app

    • $ npm start

Technologies used

  1. Node JS
  2. Express
  3. React
  4. React-Dom
  5. React-Router-Dom
  6. React-Scripts
  7. Create-React-App
  8. Axios
  9. Mongoose
  10. Local Storage
  11. Bootstrap
  12. HTML
  13. CSS

Demo

google-books-search demo

Acknowledgements

  1. Bootcamp solved activity
  2. Goole Books API
  3. Medium

Author

Fawzi Alami