https://github.com/lascc/qr-generator
Online test is available 👉
https://github.com/lascc/qr-generator
qr-codes qr-generator qrcode qrcode-generator qrcode-scanner react solid
Last synced: about 1 year ago
JSON representation
Online test is available 👉
- Host: GitHub
- URL: https://github.com/lascc/qr-generator
- Owner: LasCC
- Created: 2020-01-30T12:01:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-18T21:31:48.000Z (about 1 year ago)
- Last Synced: 2025-04-07T18:11:44.976Z (about 1 year ago)
- Topics: qr-codes, qr-generator, qrcode, qrcode-generator, qrcode-scanner, react, solid
- Language: JavaScript
- Homepage: https://codesandbox.io/s/github/LasCC/QR-Generator
- Size: 65.4 KB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://sowd6.csb.app/)
- Built with React
- Totally free to use
- Generate QR code with simplicity !
# Features!
- This app generate the following QR code :
- WIFI
- URL
- Phone Call
- SMS
- Email
- Contact card
# Tech part
This chat app uses a number of open source projects to work properly :
* React
* Material-ui by Google
* jsPDF
* html-2-canvas
And of course this app itself is open source with a public repository http://github.com/LasCC/QR-generator available on GitHub.
### Installation
Install all the dependencies and start the project.
```sh
$ npm i
$ npm start
```
### Todos
- Change the interface
- Add Dark mode
### Screenshots
[](https://i.imgur.com/FF5P6EB.png/)
[](https://i.imgur.com/e3L5XRp.png/)
@LasCC