QR Generator

A QR Code Generator made with the help of Node.js. Other Technologies used are Express.js and EJS.

Demo

https://qrcode-xguy.onrender.com/

Features

  • Generate QR Code Easily
  • Genarate QR Code for URL or Text

Run Locally

Clone the project

  git clone https://github.com/ssahibsingh/qrcode-generator.git

Go to the project directory

  cd qrcode-generator

Install dependencies

  npm install

Start the server

  npm start

Documentation