-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
da21d03
commit 04504c2
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |