https://github.com/zouari-oss/qr-me
QRME is a simple and customizable QR code generator web application
https://github.com/zouari-oss/qr-me
bootstrap5 cdnjs css3 html5 js qrcode qrcode-generator qrcodejs
Last synced: 28 days ago
JSON representation
QRME is a simple and customizable QR code generator web application
- Host: GitHub
- URL: https://github.com/zouari-oss/qr-me
- Owner: zouari-oss
- License: mit
- Created: 2024-10-23T07:20:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T17:41:43.000Z (over 1 year ago)
- Last Synced: 2026-01-29T22:58:36.246Z (6 months ago)
- Topics: bootstrap5, cdnjs, css3, html5, js, qrcode, qrcode-generator, qrcodejs
- Language: HTML
- Homepage: https://www.linkedin.com/in/zouari-omar-143239283
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QRME - QR Code Generator
QRME is a simple and customizable QR code generator web application. It allows users to create QR codes for different types of data easily. This project uses HTML5, Bootstrap, Sass, and JavaScript, with the `qrcodejs` library to generate the QR codes.
## Technologies Used








## Features
- Generate QR codes for various types of data (URLs, text, etc.)
- Fully responsive design using Bootstrap
- Customizable styling with Sass
- Live preview of the generated QR code
- Downloadable QR codes in different sizes and formats
## Project Structure
```bash
.QRME
├── doc
├── github
├── pkg
└── project
├── public
│ ├── assets
│ ├── cmd
│ ├── css
│ ├── html
│ ├── js
│ └── sass
└── res
13 directories
```
## Installation and Setup
1. Clone the repository:
```bash
git clone https://github.com/ZouariOmar/QRME.git
```
2. Open the `index.html` file in your browser to run the application locally.
3. Customize the application by editing the Sass files, then compile them to CSS using your preferred Sass compiler.
## Usage
1. Enter the desired data (text, URL, etc.) into the input field.
2. Adjust the QR code size and style options as needed.
3. Click the "Generate QR Code" button to create the QR code.
4. Use the download button to save the generated QR code image.
## Credits
- **QRCode.js**: [QRCode.js Library](https://davidshimjs.github.io/qrcodejs)
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.