https://github.com/kimfucious/pdf-demo
https://github.com/kimfucious/pdf-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kimfucious/pdf-demo
- Owner: kimfucious
- Created: 2023-01-13T16:30:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T16:34:03.000Z (over 2 years ago)
- Last Synced: 2025-01-15T00:00:20.637Z (4 months ago)
- Language: TypeScript
- Size: 2.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PDF Demo Project
This project demonstrates uploading and displaying a PDF file.
There is no HTML conversion or hot-spots happening yet, just PDF display with some basic navigation.
CSS Framework is Bootstrap (v5.3)
Redux is used to demonstrate state management (auth and protected routes)
## Tools
- React
- React Redux
- React Router
- Bootstrap
- Formik
- React DropZone
- React-PDF
- Tabler Icons## Notes
### Sign In
The sign in functionality is faked and uses hard coded a `username` and `password`.
To run locally create a `.env.local` file in the root of the project with the following entries:
- REACT_APP_DEMO_PASSWORD=``
- REACT_APP_DEMO_USERNAME=``Restart the Dev Server for those variables to be made available to the app.