Custom PDF view interface with pagination using JavaScript
- HTML, CSS
- JavaScript
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