Skip to content

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

Notifications You must be signed in to change notification settings

ssahibsingh/qrcode-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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