This is a simple QR code generator app that allows you to generate QR codes for various purposes.
To install the app, follow these steps:
-
Clone the repository:
git clone https://github.com/nassimlnd/qrcode-generator.git
-
Change into the project directory:
cd qrcode-generator
-
Install the dependencies:
npm install
To use the app, follow these steps:
-
Run the app:
npm run dev
-
Open your web browser and navigate to
http://localhost:3000
. -
Enter the desired text or URL in the input field.
-
Click the "Generate QR Code" button.
-
The generated QR code will be displayed on the screen.