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.
- This application is built with React.
- It uses Redux for state management.
- Redux Saga is used as side effect(i.e for API calls).
- CSS Framework used is Material UI.
- Node Js for server.
- Node.js.
- A Browser.
- Install the prerequisites.
- Clone this repo or download it.
- Navigate to the repo with
cd
. - Install the required dependecies with
npm install
. - Once finished start the server with
npm start
. - Navigate to
http://localhost:3000
in your favourite browser.