An open API service indexing awesome lists of open source software.

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.

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
```