https://github.com/gmpsankalpa/qr-code-generator
🚨 A simple web application for generating QR codes from text input.🎫
https://github.com/gmpsankalpa/qr-code-generator
css html javascript
Last synced: 3 months ago
JSON representation
🚨 A simple web application for generating QR codes from text input.🎫
- Host: GitHub
- URL: https://github.com/gmpsankalpa/qr-code-generator
- Owner: gmpsankalpa
- License: mit
- Created: 2024-03-04T03:07:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-10T18:09:55.000Z (about 1 year ago)
- Last Synced: 2025-02-05T17:30:11.687Z (4 months ago)
- Topics: css, html, javascript
- Language: HTML
- Homepage: https://gmpsankalpa.github.io/qr-code-generator/
- Size: 895 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# QR Code Generator
A simple web application for generating QR codes from text input.
## Table of Contents
- [Features](#features)
- [Demo](#demo)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Features
- Generate QR codes from text input.
- Download generated QR codes as PNG images.
- User-friendly interface.## Demo
You can see a live demo of the QR Code Generator [here](https://gmpsankalpa.github.io/qr-code-generator/).
## Installation
1. Clone the repository:
```bash
git clone https://github.com/gmpsankalpa/qr-code-generator.git
```2. Open the project directory:
```bash
cd qr-code-generator
```3. Open `index.html` in your preferred web browser.
## Usage
1. Enter the text for which you want to generate a QR code in the input field.
2. Click the "Generate QR Code" button to create the QR code.
3. Optionally, click the "Download PNG" button to save the generated QR code as a PNG image.## Contributing
If you'd like to contribute to this project, follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bug fix:
```bash
git checkout -b feature/your-feature-name
```
3. Commit your changes:
```bash
git commit -m "Add your feature description"
```
4. Push to the branch:
```bash
git push origin feature/your-feature-name
```
5. Open a pull request.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---



