Skip to content

sel-hamr/QR-Code-Generator

Repository files navigation

QR Code Generator

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.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/qr-code-generator.git
  2. Navigate to the project directory:

    cd qr-code-generator
  3. Install the dependencies:

    npm install
  4. Start the development server:

    npm run dev

Usage

  1. Open your browser and navigate to http://localhost:3000.
  2. Enter the URL you want to generate a QR code for.
  3. Select the size of the QR code.
  4. Click the "Generate QR Code" button.
  5. Download the generated QR code or copy it to the clipboard.
  6. Change the color of the QR code by clicking the color picker.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any inquiries, please contact yourname.

About

This project is a QR Code Generator built with React and TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published