whyrupesh / QR-Code-Generator

Home Page:https://qr-code-generator-whyrupesh.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QR Code Generator

This project is a simple QR Code generator built with React. It allows users to input a URL, generate a QR code from that URL, and either download the QR code or copy it to the clipboard.

Features

  • Generate QR codes from user input
  • Download the generated QR code as a PNG image
  • Copy the QR code image to the clipboard
  • User notifications using react-toastify

Technologies Used

  • React
  • QRCode Library (qrcode)
  • React Toastify (react-toastify)

Getting Started

Prerequisites

Make sure you have Node.js and npm installed. You can download them from Node.js official website.

Installation

Clone the repository:

git clone https://github.com/your-username/qr-code-generator.git
cd qr-code-generator

npm install
npm start


### Usage
Enter a URL in the input field.
Click the "Generate QR Code" button.
The generated QR code will be displayed.
You can download the QR code as a PNG image by clicking the "Download QR Code" link.
You can copy the QR code image to the clipboard by clicking the "Copy QR Code Image to Clipboard" button.

About

https://qr-code-generator-whyrupesh.vercel.app/


Languages

Language:JavaScript 92.5%Language:HTML 6.4%Language:CSS 1.1%