https://github.com/alessandroconti11/qr_code_generator
The project aims to develop an application that given a text or a URL creates a QR-code.
https://github.com/alessandroconti11/qr_code_generator
css html image image-generator javascript js qr qr-code qr-code-generator
Last synced: 10 months ago
JSON representation
The project aims to develop an application that given a text or a URL creates a QR-code.
- Host: GitHub
- URL: https://github.com/alessandroconti11/qr_code_generator
- Owner: AlessandroConti11
- License: mit
- Created: 2025-03-25T19:25:37.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-03-25T19:31:56.000Z (10 months ago)
- Last Synced: 2025-03-25T20:29:28.861Z (10 months ago)
- Topics: css, html, image, image-generator, javascript, js, qr, qr-code, qr-code-generator
- Language: HTML
- Homepage: https://alessandroconti11.github.io/QR_Code_Generator/
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QR_Code_Generator
Author: Alessandro Conti - [AlessandroConti11](https://github.com/AlessandroConti11)
License: [MIT license](LICENSE).
Tags: `#CSS`, `#HTML`, `#image`, `#image_generator`, `#javascript`, `#JS`, `#QR`, `#QR_code`, `#QR_code_generator`.
## Specification
The project aims to develop an application that given a text or a URL creates a QR-code.
The QR-Code can be customized:
- error correction code:
- Low, $\sim 7\%$ destroyed data may be corrected;
- Middle, $\sim {15}\%$ destroyed data may be corrected;
- Quality, $\sim {25}\%$ destroyed data may be corrected;
- High, $\sim {30}\%$ destroyed data may be corrected;
- margin thickness;
- size of image;
- color;
- background color.
## How to see
To see the result you can click the following link: [QR_Code_Generator](https://alessandroconti11.github.io/QR_Code_Generator/).
## Contribute
- If you find a security vulnerability, do NOT open an issue. Email [Alessandro Conti](mailto:ale.conti.1101@gmail.com) instead.
- If you find a bug or error or want to add some other function that is not implemented yet
1. **FORK** the repo
2. **CLONE** the project to your own machine
3. **COMMIT** to your own branch
4. **PUSH** your work back up to your fork
5. submit a **PULL REQUEST** so that I can review your changes
> NOTE: Be sure to merge the latest from "upstream" before making a pull request!