This project is a QR Code Generator built with React and TypeScript. It allows users to generate and download QR codes in multiple sizes with custom colors. Users can also copy the generated QR code to the clipboard.
-
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 run dev
- Open your browser and navigate to
http://localhost:3000
. - Enter the URL you want to generate a QR code for.
- Select the size of the QR code.
- Click the "Generate QR Code" button.
- Download the generated QR code or copy it to the clipboard.
- Change the color of the QR code by clicking the color picker.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries, please contact yourname.