Demo can be found here
- React, Redux, TypeScript, Tailwind CSS
- Google Book API
To get a local copy up and running follow these simple steps :
To run this project, you'll need to have the following installed:
-
Node.js : https://nodejs.org
-
npm :
npm install npm@latest -g
-
Clone the repo :
git clone https://github.com/LucasWongC/google-book-search-app.git
-
Install dependencies (use
sudo
if required) :npm install
-
Start the application :
npm run start