Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sahchandan781 authored May 25, 2024
1 parent da21d03 commit 04504c2
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions QRcodeGenerator/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# QRcodeGenerator

## Description
This repository contains a QR Code Generator project built using JavaScript, HTML, and CSS. QR codes are two-dimensional barcodes that encode data and can be scanned by smartphones or QR code readers. This project allows users to generate QR codes for various types of data, such as URLs, text, or contact information. It provides a simple and convenient way to create QR codes for sharing information digitally.

## Features
- Generate QR codes for URLs, text, or contact information.
- Customize QR code size and color.
- Download generated QR codes as images.

## Demo
You can see a live demo of the QR Code Generator project

https://sahchandan781.github.io/30Days30JavaScriptProject/QRcodeGenerator

## Usage
1. Clone the repository to your local machine using the following command:
``bash
git clone https://github.com/sahchandan781/30Days30JavaScriptProject.git

2. Navigate to the "QRcodeGenerator" directory.
3. Open the "index.html" file in your web browser.

## Contributing
Contributions are welcome! If you have any suggestions for improvements or new features, feel free to fork the repository, make your changes, and submit a pull request. Please ensure your code follows the existing coding style and includes appropriate comments.


## Author
This project was created by [sahchandan781](https://github.com/sahchandan781).

0 comments on commit 04504c2

Please sign in to comment.