Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 758 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 758 Bytes

App: bookshelf

Synopsis

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.

Code Example

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.

Installation

  1. Bookshelf app requires dependencies defined in package.json. please run node install upon cloning the app.
  2. Run this app by executing node start

Provide code examples and explanations of how to get the project.