An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

Logo

# qrscan-pwa


screenshots

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