A simple QR code generator implemented in Node.js. This project allows you to easily generate QR codes for various purposes, such as encoding URLs, plain text, contact information, and more.
Follow these steps to get a copy of the project up and running on your local machine for development:
- Clone the repository:
git clone https://github.com/vnitin08/qr-code-project.git
- Installation of node_modules and run on local environment:
npm install
npm start