Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 848 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 848 Bytes

Google Book Search Application

Application that uses the Google Books API to search for books and construct a reading list.

Demo can be found here


This app utilizes:

  • React, Redux, TypeScript, Tailwind CSS
  • Google Book API

Getting started

To get a local copy up and running follow these simple steps :

Prerequisites

To run this project, you'll need to have the following installed:

Installation

  1. Clone the repo :

    git clone https://github.com/LucasWongC/google-book-search-app.git
  2. Install dependencies (use sudo if required) :

    npm install
  3. Start the application :

    npm run start