Read something new every week, day,...
-
Zooming functionality
-
Multi theme support
-
Store Pdf document on indexed db and support reload.
-
Advanced outline
-
Advanced Pagination
-
Accessible
- React 18
- Typescript
- Styled Components for styles
- React Icons
- React Pdf for rendering the pdf file
- IndexedDB For storing opened pdf files
-
Download this repo OR...
-
Open your terminal & navigate to the folder where you want this project to be copied, or create brand new folder.
cd Folder_Name or mkdir New_Folder_Name
-
If you are creating a new filder, navigate to it uinsg
cd
command then run the following commandgit clone https://github.com/gebrina/cool-pdf-reader.git
-
Install required dependencies using the following command
yarn
|npm install
-
Run the application
yarn dev
|npm run dev