Skip to content

javed24/react-bookshelf

Repository files navigation

MyReads/React-Bookshelf Project

Live demo

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.

Installation and Launch

  1. To install the application clone this git repo:
$ git clone https://github.com/javed24/react-bookshelf.git
  1. Navigate into the application folder:
$ cd react-bookshelf (your folder name)
  1. Install dependencies:
$ npm install
  1. Run the application:
$ npm start

The app will run on a new window/tab on the browser