In this live coding session, we'll walk through how to build out a QR Code Generator in React with TypeScript.
After going through this videos, you will be able to:
Work with the qrcode.react library
Build a component that generates QR codes that point to URLs
Customize a generated QR code's styles
Implement the ability to embed images into a QR code
Create a function that programmatically downloads the QR code using HTML canvas tags and JavaScript's toDataURL function
Starter code:
https://github.com/bottega-code-schoo...
Final version:
https://github.com/bottega-code-schoo...