/pwa-qr-code-js

A QRCode Scanner PWA - Example for my Talk "Closing the Web-Gap to mobile"

Primary LanguageJavaScript

QR Code Reader

Web based QR Code Reader

  • Offline Support
  • Installable on Android
  • Recognize URL's and Contacts in a VCard Format
  • Works on modern Browsers (Chrome, Safari > 11.3, Firefox, ...)

Example PWA using

  • Service Worker FETCH API as proxy
  • Web Share Target API to share images with the PWA
  • Web Share API to share the Content with other Apps

Local install

$ npm install
$ npm run serve

Build for Production

$ npm run build