A simple Node.js application that generates QR codes from user-provided URLs and saves them as PNG images. The application also saves the original URL in a text file for future reference.
- User Input: Prompts the user to enter a URL.
- QR Code Generation: Generates a QR code image (
qr_img.png
) from the provided URL. - URL Storage: Saves the original URL in a text file (
URL.txt
). - Error Handling: Includes validation for URLs and handles errors gracefully.
Before running the project, ensure you have the following installed:
- Clone the repository or download the project files:
git clone https://github.com/sandrodevx/qr-code-generator.git cd qr-code-generator npm install node index.js