Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bantikumarsatlokashram authored Jun 27, 2024
1 parent a029e5d commit 5464da9
Showing 1 changed file with 74 additions and 23 deletions.
97 changes: 74 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,85 @@
# FREE QR Code Generator - BKPK VIDEO

![QR Code Generator](https://www.bkpkvideo.com/wp-content/uploads/2024/06/QR-CODE.png)
# Free QR Code Generator - BKPK VIDEO

## Description
Create your own QR Codes with our Free Online QR Code Generator. Enjoy features like dynamic codes, tracking, analytics, free text, vCards, and more.

## Table of Contents

- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Code](#code)
- [HTML](#html)
- [CSS](#css)
- [JavaScript](#javascript)
- [FAQ](#faq)
- [Contributing](#contributing)
- [License](#license)

## Features
- Generate QR codes with customizable colors and sizes.
- Supports saving QR codes in JPG, PNG, and WebP formats.
- Responsive design for both desktop and mobile devices.
- Easy-to-use interface with animated dropdowns.

- Generate QR codes for URLs, text, and more.
- Customize the color and size of QR codes.
- Save QR codes in multiple formats (JPG, PNG, WebP).
- Responsive design for mobile and desktop devices.
## Demo
You can see the live demo [here](https://www.bkpkvideo.com/tools/free-qrcode-genrator).

## Installation

### Prerequisites
- HTML5
- CSS3
- JavaScript
- jQuery
- Tailwind CSS
- Font Awesome
- Pickr (Color Picker)
- QRCode.js

### Steps
1. Clone the repository:
```
git clone https://github.com/bantikumarsatlokashram/free-qrcode-generator.git
```
2. Navigate to the project directory:
```
cd free-qrcode-generator
```
3. Open `index.html` in your web browser to see the QR Code Generator in action.
## Usage
1. Enter the text or URL you want to encode in the input box.
2. Select your preferred QR code color and size.
3. Click "Generate QR Code" to see the QR code preview.
4. Save the generated QR code in your preferred format (JPG, PNG, WebP) by clicking the corresponding button.
## File Structure
free-qrcode-generator/
├── index.html
├── styles.css
├── scripts.js
├── logo.svg
└── README.txt
## Contributing
1. Fork the repository.
2. Create your feature branch:
```
git checkout -b feature/your-feature-name
```
3. Commit your changes:
```
git commit -m 'Add some feature'
```
4. Push to the branch:
```
git push origin feature/your-feature-name
```
5. Open a pull request.
## License
This project is licensed under the MIT License - see the LICENSE file for details.
```bash
git clone https://github.com/yourusername/qr-code-generator.git
## Acknowledgments
- [Tailwind CSS](https://tailwindcss.com/)
- [Font Awesome](https://fontawesome.com/)
- [Pickr](https://simonwep.github.io/pickr/)
- [QRCode.js](https://github.com/davidshimjs/qrcodejs)
cd qr-code-generator
## Contact
For any inquiries, please contact us at [support@bkpkvideo.com](mailto:support@bkpkvideo.com).

0 comments on commit 5464da9

Please sign in to comment.