A bookshelf application built with React that allows users to select and categorize books they have read,currently reading or want to read in the future. The application has a search feature that allows the users to search from a given category running on the backend.
- To install the application clone this git repo:
$ git clone https://github.com/javed24/react-bookshelf.git
- Navigate into the application folder:
$ cd react-bookshelf (your folder name)
- Install dependencies:
$ npm install
- Run the application:
$ npm start
The app will run on a new window/tab on the browser