https://github.com/harishkotra/ionicqr
Generate and scan QR codes using an Ionic App in both iOS and Android
https://github.com/harishkotra/ionicqr
ionic ionic-apps ionic-cordova ionic-qrcode ionic3 ionicframework qrcode-generator qrcode-reader qrcode-scanner
Last synced: 9 days ago
JSON representation
Generate and scan QR codes using an Ionic App in both iOS and Android
- Host: GitHub
- URL: https://github.com/harishkotra/ionicqr
- Owner: harishkotra
- Created: 2018-03-27T04:09:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T05:46:07.000Z (about 7 years ago)
- Last Synced: 2025-03-28T00:41:18.403Z (26 days ago)
- Topics: ionic, ionic-apps, ionic-cordova, ionic-qrcode, ionic3, ionicframework, qrcode-generator, qrcode-reader, qrcode-scanner
- Language: CSS
- Size: 1.34 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ionicQR
Generate and scan QR codes using an Ionic App in both iOS and Android
## Plugins Used
[ngx-qrcode2](https://www.npmjs.com/package/ngx-qrcode2) - An Angular 4 Component library (now updated to Angular 5) for Generating QR (Quick Response ) Codes.
[Phonegap Barcode Scanner Plugin](https://github.com/phonegap/phonegap-plugin-barcodescanner) - Cross-platform BarcodeScanner for Cordova / PhoneGap### Demo


### Installation
This app requires [Node.js](https://nodejs.org/) v7+, cordova and ionic framework to run.
Install the dependencies and build the app.```sh
$ git clone https://github.com/harishkotra/ionicQR.git
$ cd ionicQR
$ npm install -d
$ ionic cordova platform add android/ios
$ ionic cordova run/build android
```**Free Software, Hell Yeah!**
**Credits:** Built using this [tutorial](https://ionicacademy.com/ionic-qr-code-generator-reader/)