Simple app to generate and download a QR code that can be used to share a link
- Display UI with options to enter a url and select a size for the QR code
- Tailwind CSS used for the styling
- Fully respnsive design
- Loading spinner effect for 1 sec after clicking on 'Generate QR Code' button
- Generate QR code for the entered link using QRCode.js Library and display it in DOM
- Functionality to download generated QR code