Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/omaxel/qromg
- Owner: omaxel
- License: mit
- Created: 2020-02-03T21:55:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T22:30:49.000Z (over 1 year ago)
- Last Synced: 2024-10-19T20:43:15.961Z (3 months ago)
- Topics: css, html, javascript, qrcode, scss
- Language: JavaScript
- Homepage: https://omaxel.github.io/qromg
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```