Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.14 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.14 KB

This web app helps in searching for books in Google Books . It uses the API provided by Google Books.

This was developed as part of Chingu Cohort 12 for Tier 3 - Pre-work phase.

Prerequisites

Steps to run this application:

  1. Install the prerequisites.
  2. Clone this repo or download it.
  3. Navigate to the repo with cd.
  4. Install the required dependecies with npm install.
  5. Once finished start the server with npm start.
  6. Navigate to http://localhost:3000 in your favourite browser.