OverView:
This is a simple QR Code Generator built with ReactJS. You can generate a QR code for any text or link you input.
- Generate QR codes from any text or URL
- Simple and user-friendly interface
- Option to download the generated QR code
- Clone this repository:
git clone https://github.com/your-username/qr-code-generator.git - Navigate to the project folder:
cd qr-code-generator - Install the required packages:
npm install - Start the app:
npm start - Open http://localhost:3000 in your browser.
- ReactJS
- qrcode.react library for QR code generation
If you find any bugs or have feature requests, please open an issue or submit a pull request.