Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

2. 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)