An open API service indexing awesome lists of open source software.

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

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