Skip to content

This is a simple app to show book titles, descriptions and ratings.

License

Notifications You must be signed in to change notification settings

jsdelivrbot/react-book-list-10

 
 

Repository files navigation

react-book-list

This is a simple app to show book titles, descriptions and ratings.

Select a book from a list of books on the right sidebar.

Description and rating of a selected book will be shown on the left.

Build

-You need npm on your computer. Run the command below and install dependencies. $ npm install

  • Start the project with below command. $ npm start

Dependencies

"babel-preset-stage-1": "^6.1.18", "lodash": "^3.10.1", "react": "^0.14.3", "react-bootstrap": "^0.31.0", "react-dom": "^0.14.3", "react-redux": "4.0.0", "react-router": "^2.0.1", "redux": "^3.6.0"

You can select a book from the list on the right. Selected book show up on the left.Each book contains title, description, rating infromation.

credit

This book list was made based on ReduxSimpleStarter StephenGrider

About

This is a simple app to show book titles, descriptions and ratings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.5%
  • CSS 16.0%
  • HTML 7.5%