Skip to content

Files

Latest commit

 

History

History

PDF-Viewer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

PDF-Viewer

Application Description

Custom PDF view interface with pagination using JavaScript

Designed with:

  • HTML, CSS
  • JavaScript

Running

To test the application run the following commands on your terminal:

git clone https://github.com/sandramsc/PDF-Viewer.git
$ cd PDF-Viewer
  • Install dependencies via npm or yarn: npm i OR yarn

  • Website: To start it, run npm start OR yarn start