A simple and customizable QR code generator built with React. This project allows users to create QR codes, change their colors and patterns, and download or copy them for use in various applications.
- Generate QR codes from URLs or email addresses.
- Customize QR code colors and patterns.
- Download QR codes as images.
- Copy QR codes to the clipboard for easy sharing.
- React
- Vite
- JavaScript
- CSS
- qrcode package for QR code generation
Follow these steps to set up the project on your local machine:
-
Clone the repository:
git clone https://github.com/Narendra-Reddy1/qrcodegenerator.git
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
- Enter a URL or an email address in the respective input fields.
- Choose a pattern and color for your QR code.
- Click the Generate button to create your QR code.
- You can download the QR code image or copy it to your clipboard using the provided buttons.