The bookshelf project is enhancement from the book read app ( Udacity ReactJS project ) and written on ReactJS. Purpose of this project is to understand the framework and learn the best code practices.
Show what the library does as concisely as possible, developers should be able to figure out how your project solves their problem by looking at the code example. Make sure the API you are showing off is obvious, and that your code is short and concise.
- Bookshelf app requires dependencies defined in package.json. please run node install upon cloning the app.
- Run this app by executing node start
Provide code examples and explanations of how to get the project.