Skip to content

sachinlamba/book-shelf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book library system

Server

https://github.com/sachinlamba/books-server.git

cd book-server

npm install

npm start

UI

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 .

Some Previews from app

Delete Book

New Book

Search Book List

Save Book

Search Book List

Note:

  1. We can implement pagination for large set of books.
  2. CSS can be improved with bootstrap/material.
  3. I reused my code from react-message-preview module which was developed by in React V15 earlier.
  4. To deploy it to Heroku, We need to update action's REST URL ;)

This project was bootstrapped with Create React App.