https://github.com/sachinlamba/books-server.git
cd book-server
npm install
npm start
https://github.com/sachinlamba/book-shelf.git
cd book-shelf
npm install
npm start
Server will be running on port Server and UI will be running on UI .
Note:
- We can implement pagination for large set of books.
- CSS can be improved with bootstrap/material.
- I reused my code from react-message-preview module which was developed by in React V15 earlier.
- To deploy it to Heroku, We need to update action's REST URL ;)
This project was bootstrapped with Create React App.