https://github.com/krishbharadwaj5678/rapidqr
Rapid QR provides a seamless and quick way to generate QR codes for all your needs. Enter your data, create your QR code instantly, and download it in high quality.
https://github.com/krishbharadwaj5678/rapidqr
api client-side css deployment frontend html javascript open-source qr qr-code qr-generator qrcode qrcode-generator responsive-design web-app
Last synced: 3 months ago
JSON representation
Rapid QR provides a seamless and quick way to generate QR codes for all your needs. Enter your data, create your QR code instantly, and download it in high quality.
- Host: GitHub
- URL: https://github.com/krishbharadwaj5678/rapidqr
- Owner: KrishBharadwaj5678
- Created: 2024-06-15T19:13:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-24T08:37:28.000Z (5 months ago)
- Last Synced: 2025-05-24T09:25:18.991Z (5 months ago)
- Topics: api, client-side, css, deployment, frontend, html, javascript, open-source, qr, qr-code, qr-generator, qrcode, qrcode-generator, responsive-design, web-app
- Language: CSS
- Homepage: https://rapidqr.netlify.app/
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ Rapid QR
**Rapid QR** provides a seamless and lightning fast way to generate QR codes for all your needs. Just enter your data, create your QR code instantly, and download it in high quality!โก
## ๐ Features
| Feature | Description |
|----------------------------------|-----------------------------------------------------------------------------|
| ๐งพ Data Input | Input any data (URLs, text, contact info, etc.) |
| โก Instant Generation | Generate QR codes instantly with a click |
| ๐ฅ High Quality Downloads | Download your QR code in high resolution |
| ๐ฅ๏ธ Responsive Design | Clean, responsive UI for all devices |
| ๐ Privacy Focused | No data stored |
## ๐ Tech Stack
| Technology | Description |
|------------------|--------------------------------------------------------------|
| ๐ HTML | Structure the page |
| ๐จ CSS | Style with simplicity and responsiveness |
| ๐ง JavaScript | Handle QR code logic & user interaction |
| ๐ QR Code API | Generate QR codes dynamically using API services |
## ๐ Getting Started
1. **Clone the repository:**
```bash
git clone https://github.com/KrishBharadwaj5678/RapidQR.git
cd RapidQR
```
2. **Open the app:**
Just open `index.html` in your browser!
---
## ๐ค Contributing
We welcome contributions!
1. **๐ด Fork the repository**
2. **๐ฅ Clone your fork**
```bash
git clone https://github.com/KrishBharadwaj5678/RapidQR.git
cd RapidQR
````
4. **๐ฑ Create a new branch**
```bash
git checkout -b feature/your-feature-name
```
5. **๐ ๏ธ Make your changes**
6. **๐ฆ Commit your changes**
```bash
git add .
git commit -m "Add: Short description of your change"
```
7. **๐ Push to GitHub**
```bash
git push origin feature/your-feature-name
```
8. **๐ฌ Open a Pull Request**
* Go to your fork on GitHub and click **Compare & Pull Request**.
* Provide a clear and concise description of your changes.