https://github.com/ilukemagic/qrcode-badge-app
create a qrcode for record your info
https://github.com/ilukemagic/qrcode-badge-app
Last synced: 8 months ago
JSON representation
create a qrcode for record your info
- Host: GitHub
- URL: https://github.com/ilukemagic/qrcode-badge-app
- Owner: ilukemagic
- Created: 2022-09-20T12:56:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-20T12:57:11.000Z (over 3 years ago)
- Last Synced: 2025-03-13T03:30:30.698Z (12 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qrcode-badge-app
- User can see an input panel containing input fields for the attendee name, email address, GitHub account name, and 'Create' buttons.
- User can enter data into these input fields. Note that attendee name and email address are required, but the GitHub account names are optional fields.
- User can click the 'Create' button to generated an image of the attendees name badge.
- User can see an error message if any of the following are true:
- Required fields are empty
- A first name and last name have not been entered
- Email input field isn't a properly formatted email address
- User can see an badge panel displayed on screen containing this information, plus a QR code encoded with this information.
## Usage
```shell
git clone git@github.com:vikoala/qrcode-badge-app.git
```