Skip to content

kamallochan2004/QR-codeGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator

This repository contains a QR code generator that allows you to create QR codes from text input(URL). You can fork this repository, clone it to your local machine, and run it using Node.js to generate QR codes. Create your own branch and open a PR to push it into main branch

Getting Started

Prerequisites

Before you get started, make sure you have the following software installed on your machine:

  • Node.js - This project requires Node.js to run.

Fork the Repository

To get started, you need to fork this repository to your GitHub account. Click the "Fork" button at the top-right of this page.

Clone the Repository

After forking the repository, you should clone your fork to your local machine. Open your terminal and run the following command, replacing your-username with your GitHub username:

git clone https://github.com/your-username/QR-codeGenerator.git

Install Dependencies

Navigate to the project directory:

cd QR-codeGenerator

Install the required Node.js dependencies:

npm install

Generate QR Codes

You can now generate QR codes using the following command.

node index.js 

Acknowledgments

This project uses the qrcode library to generate QR codes.

Contributing

If you'd like to contribute to this project, feel free to open a pull request. We welcome your suggestions and improvements.

Thank you for using our QR code generator!

Happy Coding!