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.
It requires no additional setup all the library files are present in Pdfjs folder.
Clone this repo using:
git clone [repo name]
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/
- Docs contains books to be displayed
- Images contains thumbnail of books
- Data has JSON structure containing books info(to mock back-end)