You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a simple and interactive QR code generator built using JavaScript. Users can input any text or URL into the input field, and upon pressing "Enter," a QR code is dynamically generated using the qrcode.makeCode function. The generated QR code can be scanned by any device to retrieve the input text or URL.