Skip to content

ZTF666/QrCode-On-The-Go

Repository files navigation

Qr On The Go ✨

A simple webapp that helps you generate Qr codes for your links/Texts and download'em 🔽

Made using :

nuxtjs vuetify
Google Charts api
FileSaver.JS

Demo :

demo

Limitations :

It can only generate codes if the length of the provided text doesn't exceed 2953 characters .

Customization

You can change the image(displayed) size and the QR code size by tweaking the height and width values :

<v-img class="white--text" height="500px" width="500px" :src="Qr"> </v-img>
Api :'https://chart.googleapis.com/chart?cht=qr&chs=500x500&chl=',

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

Contact

you can contact me at ZTF666@protonmail.ch or via my portfolio

License

👽 Qr On The Go 👽 released under the MIT License.

Made with 🖤 by ZTF - N.EA | 2021