https://github.com/kutsan/qrscan-pwa
A simple QR code scanner as a progressive web application, works offline, no ads, no trackers, written in Preact and TypeScript.
https://github.com/kutsan/qrscan-pwa
preact progressive-web-app pwa-apps qrcode-decoder qrcode-reader qrcode-scanner typescript
Last synced: 8 months ago
JSON representation
A simple QR code scanner as a progressive web application, works offline, no ads, no trackers, written in Preact and TypeScript.
- Host: GitHub
- URL: https://github.com/kutsan/qrscan-pwa
- Owner: kutsan
- License: gpl-3.0
- Created: 2021-02-14T02:12:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T16:56:46.000Z (almost 3 years ago)
- Last Synced: 2025-04-30T04:34:06.422Z (about 1 year ago)
- Topics: preact, progressive-web-app, pwa-apps, qrcode-decoder, qrcode-reader, qrcode-scanner, typescript
- Language: TypeScript
- Homepage:
- Size: 1.01 MB
- Stars: 14
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# qrscan-pwa
A simple QR code scanner as a progressive web application, works offline, no ads, no trackers, written in Preact and TypeScript.
## Development
Install dependencies first:
```
npm install
```
Then start development server via:
```
npm start
```
To get production build to `dist/` folder:
```
npm run build
```
## License
GPL-3.0