A simple and efficient QR Code Generator application.
- Generate QR codes quickly and easily
- Download the generated QR codes as images
You can try out the application here.
To set up the QR Code Generator application locally, follow these steps:
-
Clone the repository:
git clone https://github.com/yakhousam/qr-code-generator.git cd qr-code-generator
-
Install dependencies:
npm install
-
Run the application:
npm start
-
Open your browser: Navigate to
http://localhost:3000
to view the application.
- Enter the text or URL you want to encode in the input field.
- Download the generated QR code by clicking the "Download" button.
This project is licensed under the MIT License.
- qrcode.react - A React component to generate QR codes for rendering to the DOM
- React.js - A JavaScript library for building user interfaces