Skip to content

Anshuman-02/QR-Code-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

QR Code Generator ๐Ÿท๏ธ

A simple Node.js project that generates a QR code from a user-input URL. The generated QR code is saved as an image, and the URL is stored in a text file.

๐Ÿ“Œ Features

  • Takes user input for a URL.
  • Generates a QR code using qr-image package.
  • Saves the QR code as qr_img.png.
  • Stores the URL in URL.txt.

๐Ÿ›  Technologies Used

  • Node.js
  • Inquirer.js (for user input)
  • qr-image (for QR code generation)
  • fs (File System module) (to save files)

๐Ÿš€ How to Run the Project

  1. Clone the repository:
    git clone https://github.com/Anshuman-02/QR-Code-Generator.git
  2. Navigate to the project folder:
    cd QR-Code-Generator
  3. Install dependencies:
    npm install
  4. Run the script:
    node solution.js
  5. Enter a URL, and the QR code will be generated as qr_img.png!

๐Ÿท๏ธ Hashtags

#NodeJS #QRCode #WebDevelopment #JavaScript #OpenSource #CodingProject #Automation

About

A simple Node.js project that generates a QR code from a user-input URL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published