Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shaw145/qr-code-generator
A simple QR Code Generator build using HTML, CSS & Javascript
https://github.com/shaw145/qr-code-generator
beginner-project html-css-javascript javascript javascript-projects qr-generator-image qrcode qrcode-generator qrcode-generator-api qrcode-generator-javascript qrcode-javascript
Last synced: about 1 month ago
JSON representation
A simple QR Code Generator build using HTML, CSS & Javascript
- Host: GitHub
- URL: https://github.com/shaw145/qr-code-generator
- Owner: Shaw145
- Created: 2024-05-03T14:32:07.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-05-03T14:51:52.000Z (9 months ago)
- Last Synced: 2024-11-05T09:47:03.488Z (3 months ago)
- Topics: beginner-project, html-css-javascript, javascript, javascript-projects, qr-generator-image, qrcode, qrcode-generator, qrcode-generator-api, qrcode-generator-javascript, qrcode-javascript
- Language: JavaScript
- Homepage: https://shaw145.github.io/QR-Code-Generator/
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# QR Code Generator
This project is a simple QR code generator built using HTML, CSS, and JavaScript. It allows users to convert any text or link into a QR code and provides an additional feature to download the generated QR code as an image.
## Features
- Convert text or links into QR codes.
- Download the generated QR code as an image.## Usage
1. Enter the text or link you want to convert into a QR code in the provided input field.
2. Click the "Generate" button to generate the QR code.
3. To download the generated QR code as an image, click the "Download" button.## How to Run
1. Clone this repository to your local machine.
```bash
git clone https://github.com/Shaw145/QR-Code-Generator.git2. Open the `index.html` file in your web browser.
## Technologies Used
- HTML
- CSS
- JavaScript## APIs Used
- [Goqr](https://goqr.me/api/)
## Resources
- [**GreatStack**](https://www.youtube.com/@GreatStackDev)