Skip to content

Rajat947/BookShelf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookShelf

It is a pdf viewer built using HTML, CSS and JavaScript and pdf.js library developed by mozilla. It's just a front-end app and books available in Data folder can be read using this app.

Setup

It requires no additional setup all the library files are present in Pdfjs folder.
Clone this repo using:
git clone [repo name]

PDF.js

PDF.js or pdf.js is a JavaScript library that renders Portable Document Format files using the web standards-compliant HTML5 Canvas. The project is led by the Mozilla Foundation.
To know more follow the link: https://mozilla.github.io/pdf.js/

Implementation Details

  • Docs contains books to be displayed
  • Images contains thumbnail of books
  • Data has JSON structure containing books info(to mock back-end)