an ES6 and react application
Hey there,
This repo contains a web application that helps the user find the book that he/she wants. It uses Google Book API to get info about the books. Also, I've used React and ES6 for development.
The user enters text in the search field of the application and then the application shows a list of 10 books that is relevant to the entered search text.
-
Setup this repo on your machine.
-
Make sure you have node.js on your machine.
-
Open 'node cmd prompt' and 'cd' to the location where you saved this repo.
-
type
$ npm install
this will install all the dependencies. -
type
$ npm start
this will start a server on port no. 3000. -
open browser and go to http://localhost:3000/ to view the project.
email me at pranavj1001@gmail.com
MIT License