- Built with React
- Totally free to use
- Generate QR code with simplicity !
- This app generate the following QR code :
- WIFI
- URL
- Phone Call
- SMS
- Contact card
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.
Install all the dependencies and start the project.
$ npm i
$ npm start
- Change the interface
- Add Dark mode
@LasCC