Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jishantukripal/qr-code-generator
QR Code Generator
https://github.com/jishantukripal/qr-code-generator
qrcode
Last synced: about 2 months ago
JSON representation
QR Code Generator
- Host: GitHub
- URL: https://github.com/jishantukripal/qr-code-generator
- Owner: jishantukripal
- Created: 2023-10-24T17:26:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-24T17:47:56.000Z (about 1 year ago)
- Last Synced: 2023-10-24T18:34:44.161Z (about 1 year ago)
- Topics: qrcode
- Language: CSS
- Homepage: https://jishantukripal.github.io/QR-Code-Generator/
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR Code Generator
A QR Code Generator web application built with HTML, CSS, and JavaScript. This tool allows you to easily generate QR codes for various types of data.
## Tech Stack
- ⚙️ HTML: Used for structuring the web page.
- 🎨 CSS: Responsible for styling and layout.
- 💻 JavaScript: Powers the functionality.
- 🌐 API Integration: API for generating the QR.## Features
- Generate QR codes for URLs, text, and more.
- User-friendly interface.## Demo
Check out the live demo: [Demo](https://jishantukripal.github.io/QR-Code-Generator/)
## Usage
1. Clone the repository to your local machine & run using Live Server:
```bash
#get the code
git clone https://jishantukripal.github.io/QR-Code-Generator.git
```
```
#move to the folder
cd QR-Code-Generator
```
```bash
Run Using Live Server
```## Details
This project is created by Jishantu Kripal (July 2021)