This project is a simple and user-friendly QR code generator website built using React JS. It allows users to create QR codes for various types of data, including URLs, text, and contact information.
- Generate QR codes for different data types
- Customize QR code size and color
- Download generated QR codes as PNG images
- Responsive design for mobile and desktop use
These instructions will help you set up the project on your local machine for development and testing purposes.
- Node.js (version 14.0 or later)
- npm (usually comes with Node.js)
-
Clone the repository:
git clone https://github.com/yourusername/qr-code-generator.git
-
Navigate to the project directory:
cd qr-code-generator
-
Install the dependencies:
npm install
-
Start the development server:
npm start
The application should now be running on http://localhost:3000
.
- Open the website in your browser.
- Select the type of QR code you want to generate (URL, text, contact, etc.).
- Enter the required information in the input fields.
- Customize the QR code size and color if desired.
- Click the "Generate QR Code" button.
- Once generated, you can download the QR code as a PNG image.
- React - The web framework used
- qrcode.react - QR Code generation library for React
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Hat tip to anyone whose code was used
- Inspiration
- etc.