A React.js bookshelf app that allows you to select and categorize books you have read, are currently reading, or want to read.
- To install the application clone this git repository
$ git clone https://github.com/tsega/udacity-reactnd-project-myreads.git myreads
- Go into the application folder
$ cd myreads
- Install dependencies using
npm
command line tool
$ npm install
- Run the application, again using
npm
$ npm start
This will open a new browser tab/window with the application running.