A simple and efficient QR Code Generator built using Node.js.
This project allows users to generate QR codes instantly from any text or URL.
- 🔗 Convert text or URLs into QR codes
- 🖼️ Generates QR code image (
qr_img.png) - ⚡ Fast and lightweight
- 🧩 Beginner-friendly Node.js project
- Node.js
- JavaScript
- Inquirer
- qr-image
- fs (File System)
QR Code Project/ │ ├── index.js ├── package.json ├── package-lock.json ├── qr_img.png ├── URL.txt └── README.md 📸 Generated QR Code
npm install
node index.js
👨💻 Author
Abhishek Kumar