Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/omaxel/qromg

QR Code Generator Web GUI
https://github.com/omaxel/qromg

css html javascript qrcode scss

Last synced: about 2 months ago
JSON representation

QR Code Generator Web GUI

Awesome Lists containing this project

README

        

# QROMG!
[QROMG](https://omaxel.github.io/qromg) is a QR Code generator with Web GUI.

## Features
This is just the first implementation of what I have in mind. Some of the features I'll add are:
- generate multiple QR Codes from a file;
- add prefix/suffix to specified values (from file) used to generate multiple QR Codes;
- send notification when generation of multiple QR Codes has been completed;
- input validation;
- show error message for not supported browser.

Sure, you can suggest your ideas too :)

## Running locally
Install dependencies:
```
yarn install
```
Run development server:
```
yarn start
```