Skip to content

Generate and scan QR codes using an Ionic App in both iOS and Android

Notifications You must be signed in to change notification settings

Opulent-X/ionicQR

 
 

Repository files navigation

ionicQR

Generate and scan QR codes using an Ionic App in both iOS and Android

Plugins Used

ngx-qrcode2 - An Angular 4 Component library (now updated to Angular 5) for Generating QR (Quick Response ) Codes. Phonegap Barcode Scanner Plugin - Cross-platform BarcodeScanner for Cordova / PhoneGap

Demo

IonicQR Demo - Desktop to generate the QR Code IonicQR Mobile App Preview IonicQR Mobile App Scan Result

Installation

This app requires Node.js v7+, cordova and ionic framework to run. Install the dependencies and build the app.

$ 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

About

Generate and scan QR codes using an Ionic App in both iOS and Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 33.9%
  • HTML 29.0%
  • TypeScript 28.5%
  • JavaScript 8.6%