React app, which generates QR code and PDF directly in browser. No server side compiling required.
- QR code being loaded in a browser.
- Browser reads HTML and compiles QR code to base64.
- QR code is sent to PDF component to render PDF.
- PDF is displayed on the screen.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.