https://github.com/livewithcodeankit/qr-generator
This is a simple QR code generator web app built using HTML, JavaScript, and CSS. It allows users to enter text or a URL and generates a QR code corresponding to the input. ## Features - Input field to enter text or URL. - Generates a QR code based on the input. - Responsive design for various screen sizes.
https://github.com/livewithcodeankit/qr-generator
html-css-javascript
Last synced: 13 days ago
JSON representation
This is a simple QR code generator web app built using HTML, JavaScript, and CSS. It allows users to enter text or a URL and generates a QR code corresponding to the input. ## Features - Input field to enter text or URL. - Generates a QR code based on the input. - Responsive design for various screen sizes.
- Host: GitHub
- URL: https://github.com/livewithcodeankit/qr-generator
- Owner: LiveWithCodeAnkit
- Created: 2023-08-07T17:51:02.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-16T17:39:34.000Z (almost 2 years ago)
- Last Synced: 2025-04-10T20:47:36.243Z (2 months ago)
- Topics: html-css-javascript
- Language: CSS
- Homepage: https://qr-generator.ankityadav58.repl.co/
- Size: 6.84 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR Code Generator Web App
This is a simple QR code generator web app built using HTML, JavaScript, and CSS. It allows users to enter text or a URL and generates a QR code corresponding to the input.
## Features
- Input field to enter text or URL.
- Generates a QR code based on the input.
- Responsive design for various screen sizes.## Prerequisites
You need a modern web browser to run this web app.
## Getting Started
1. Clone this repository to your local machine:
```bash
git clone https://github.com/your-username/qr-code-generator.git