Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Project: QR Code Generator with Inquirer

This project is a simple Node.js application that prompts the user to input a web address, generates a QR code for that address, and saves it as a PNG image. Additionally, the web address is saved to a text file.

Features

  • Prompts the user to input a web address.
  • Generates a QR code for the inputted address.
  • Saves the QR code as a PNG file.
  • Stores the web address in a text file (example.txt).

Requirements

  • Node.js
  • The following npm packages:
    • inquirer: for user input prompts.
    • qr-image: to generate the QR code.
    • fs (built-in module): for file handling.

Getting Started

To use this project, follow these instructions to set up the environment and run the script.

1. Clone the repository

git clone https://github.com/yourusername/yourrepository.git
cd yourrepository

### 2. intial dependencies :
npm install inquirer qr-image

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages