ics385spring26-kbeam

qrcode (ICS 385 Week 4 / Assignment 4b)

Overview

CLI that generates QR codes from user input (URL or text) using Node.js. Allows saving as png/svg & selecting save location

Setup

npm install

How to Run

node index.js

New Features Added (Design)

1) Updated to @inquirer/prompts - as inquirer module is depricated 2) Allows save as png or svg 3) Input string sanitization (check if url) 4) File naming based on provided link 5) Choose saving location

Testing

AI Attribution

Reflection (Manager Notes)