https://github.com/renanfochetto/qrcode_generator-devchallenges
QR Code Generator - From Dev Challenges by Renan Fochetto
https://github.com/renanfochetto/qrcode_generator-devchallenges
css devchallenges html javascript vercel webstorm
Last synced: 9 months ago
JSON representation
QR Code Generator - From Dev Challenges by Renan Fochetto
- Host: GitHub
- URL: https://github.com/renanfochetto/qrcode_generator-devchallenges
- Owner: renanfochetto
- Created: 2025-06-23T22:33:11.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-06-29T22:06:11.000Z (9 months ago)
- Last Synced: 2025-06-29T23:19:26.287Z (9 months ago)
- Topics: css, devchallenges, html, javascript, vercel, webstorm
- Language: CSS
- Homepage: https://qrcode-generator-devchallenges-rnn.vercel.app
- Size: 140 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR Code Generator
A simple and responsive QR Code Generator web app built as part of the [DevChallenges](https://devchallenges.io/challenge/qa-code-generator) project. Users can input a URL and generate a QR code, download the image, or copy it to their clipboard.
## 🚀 Demo
[Live Demo](https://qrcode-generator-devchallenges-eight.vercel.app/)
## 🛠Features
- Generate QR code from user-inputted URL
- Download QR code image
- Copy QR code image to clipboard
- Clean UI that matches the provided design
- Responsive layout for multiple screen sizes
## 💻 Tech Stack
- **HTML5**
- **CSS3**
- **JavaScript (Vanilla)**
- **[QRCode.js](https://github.com/davidshimjs/qrcodejs)** (via CDN)
## 📦 Installation
1. Clone the repository:
```bash
git clone https://github.com/renanfochetto/qrcode_generator-devchallenges.git