Skip to content

Latest commit

 

History

History

React_QR_Generator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

QR Code Generator Website

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.

Features

  • 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

Getting Started

These instructions will help you set up the project on your local machine for development and testing purposes.

Prerequisites

  • Node.js (version 14.0 or later)
  • npm (usually comes with Node.js)

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 start
    

The application should now be running on http://localhost:3000.

Usage

  1. Open the website in your browser.
  2. Select the type of QR code you want to generate (URL, text, contact, etc.).
  3. Enter the required information in the input fields.
  4. Customize the QR code size and color if desired.
  5. Click the "Generate QR Code" button.
  6. Once generated, you can download the QR code as a PNG image.

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc.