fjogeleit / pwa-qr-code-js

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

Home Page:https://speakerdeck.com/fjogeleit/progressive-web-apps-closing-the-web-gap-to-mobile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://speakerdeck.com/fjogeleit/progressive-web-apps-closing-the-web-gap-to-mobile


Languages

Language:JavaScript 68.7%Language:HTML 31.3%