Skip to content

With this app you can create a personal QR very easy

Notifications You must be signed in to change notification settings

ninkov/QR-Creator

Repository files navigation

QR Generator

  • With this app you can generate a QR Code very easy. Wee use React + Vite, and for QR code generation library like 'qrcode' or 'qrcode.react'. Here, we’ll use 'qrcode.react'.

  • Follow this steps and you got the worked free QR Code Generator.

  1. Clone Repository from link https://github.com/ninkov/QR-Creator.git
  2. Run 'npm install' in console
  3. Run 'npm run dev'
  4. Check the address http://localhost:5173/

Step of deve

  1. Create React + Vite app

    • (npm create vite . -- --template react) and follow the steps Screenshot 2024-12-23 at 22 00 22

    • check with (npm run dev) and if it's ok you see the both logo og React and Vite

      Screenshot 2024-12-23 at 23 10 27

    • then (ctr + c) and add library (npm install qrcode.react) implement logic

      Screenshot 2024-12-23 at 23 59 04

    • add style

  2. Enter your link in the field, press the "enter" key or click "generate" and you have a barcode. You can now scan the barcode with your phone that links you to the desired address!

P.S. The assets folder and index.html are re-formatted files for deployment purposes (thanks to these files, the application is uploaded online and can be used)

new functionality - download button 😇

Screenshot 2025-06-17 at 13 49 01

About

With this app you can create a personal QR very easy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published