Skip to content

yakhousam/qr-code-generator

Repository files navigation

QR Code Generator

A simple and efficient QR Code Generator application.

Features

  • Generate QR codes quickly and easily
  • Download the generated QR codes as images

Demo

You can try out the application here.

Installation

To set up the QR Code Generator application locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yakhousam/qr-code-generator.git
    cd qr-code-generator
  2. Install dependencies:

    npm install
  3. Run the application:

    npm start
  4. Open your browser: Navigate to http://localhost:3000 to view the application.

Usage

  1. Enter the text or URL you want to encode in the input field.
  2. Download the generated QR code by clicking the "Download" button.

License

This project is licensed under the MIT License.

Acknowledgements

  • qrcode.react - A React component to generate QR codes for rendering to the DOM
  • React.js - A JavaScript library for building user interfaces

Report Bug · Request Feature