An open API service indexing awesome lists of open source software.

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.🎫

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.

---

![repo size](https://img.shields.io/github/repo-size/gmpsankalpa/qr-code-generator?label=Repo%20Size&style=for-the-badge&labelColor=black&color=20bf6b)
![GitHub forks](https://img.shields.io/github/forks/gmpsankalpa/qr-code-generator?&labelColor=black&color=0fb9b1&style=for-the-badge)
![GitHub stars](https://img.shields.io/github/stars/gmpsankalpa/qr-code-generator?&labelColor=black&color=f7b731&style=for-the-badge)
![GitHub LastCommit](https://img.shields.io/github/last-commit/gmpsankalpa/qr-code-generator?logo=github&labelColor=black&color=d1d8e0&style=for-the-badge)