https://github.com/aakashvaa/qr-tag-gen-scan
this is a qr code generator and scanner web page.
https://github.com/aakashvaa/qr-tag-gen-scan
qrscanner react-qr-code vitejs-react
Last synced: 22 days ago
JSON representation
this is a qr code generator and scanner web page.
- Host: GitHub
- URL: https://github.com/aakashvaa/qr-tag-gen-scan
- Owner: aakashvaa
- Created: 2023-05-16T21:30:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T04:22:47.000Z (about 2 years ago)
- Last Synced: 2025-03-01T08:19:09.970Z (over 1 year ago)
- Topics: qrscanner, react-qr-code, vitejs-react
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qr-tag-gen-scan
https://qrcodegenscan.netlify.app/
##### This is a qr code generator and scanner web page.
- I have used vite-react to develop this web. and to generate qr tagi used react-qr-code lib and to scan the qr tag i used qrscanner.
- In this react-qr-code, i have used an api of react-qr-code to download the qr tag image.
* > if u dont want to use api for downloading imgae then u can use ```qr-code``` lib. here, u can directly get an url for qr tag and easily download with tag
### Library
> react-qr-code
```
https://www.npmjs.com/package/react-qr-code
```
> qrscanner
```
https://www.npmjs.com/package/qr-scanner
```