Description
The QR Code Generator is a simple React application that allows users to generate and download QR codes. Users can input data for the QR code and specify the image size. The application interacts with the QR Code API to generate the QR code image. Features
Generate QR codes from user-input data. Customize the size of the QR code image. Download the generated QR code as a PNG file. Loading indicator while the QR code is being generated.
Technologies Used
React: For building the user interface. QR Code API: To generate the QR code images. JavaScript: For functionality and logic. CSS: For styling the application.
Usage
Open the application in your browser. Enter data for the QR code in the "Data for QR code" input field. Specify the image size in the "Image size" input field (optional). Click "Generate QR Code" to create the QR code. View and download the QR code by clicking the "Download QR Code" button.