DXG Leadership Summit Demo
To clone the repository, run the following command:
git clone https://github.com/okilah/QRCodeDemo.git
Navigate to the cloned repository and run the following command to install the required dependencies:
npm install
To start the program, run the following command:
node app.js
- Open your web browser and go to
http://localhost:3000
. - Enter the URL you want to generate a QR Code for in the input field.
- Click the "Generate" button.
- The generated QR Code will be displayed on the page.
- Click the "Download QR Code" link to download the QR Code image.