Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 760 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 760 Bytes

QR Code Generator

This is a simple QR code generator app that allows you to generate QR codes for various purposes.

Installation

To install the app, follow these steps:

  1. Clone the repository:

    git clone https://github.com/nassimlnd/qrcode-generator.git
  2. Change into the project directory:

    cd qrcode-generator
  3. Install the dependencies:

    npm install

Usage

To use the app, follow these steps:

  1. Run the app:

    npm run dev
  2. Open your web browser and navigate to http://localhost:3000.

  3. Enter the desired text or URL in the input field.

  4. Click the "Generate QR Code" button.

  5. The generated QR code will be displayed on the screen.