Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karthikacharya26/react-qr-gen
A React-based application for generating QR codes from text input. This app provides a simple, real-time interface for creating QR codes
https://github.com/karthikacharya26/react-qr-gen
javascript npm react
Last synced: about 2 months ago
JSON representation
A React-based application for generating QR codes from text input. This app provides a simple, real-time interface for creating QR codes
- Host: GitHub
- URL: https://github.com/karthikacharya26/react-qr-gen
- Owner: karthikacharya26
- Created: 2023-09-25T17:46:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-03T07:15:30.000Z (5 months ago)
- Last Synced: 2024-08-03T08:29:09.175Z (5 months ago)
- Topics: javascript, npm, react
- Language: JavaScript
- Homepage: https://66add7d00e92434404ef3e37--spontaneous-rugelach-5e37e0.netlify.app/
- Size: 174 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React QR Code Generator
Welcome to the React QR Code Generator! This application allows users to generate QR codes from any input text. It is built with React and leverages popular API to create and display QR codes in real-time.
## Experience it yourself
- [React QR Code Generator](https://66add7d00e92434404ef3e37--spontaneous-rugelach-5e37e0.netlify.app/)
## Features
- Generate QR Codes: Convert any text input into a QR code instantly.
- Responsive Design: Works seamlessly across different devices and screen sizes.
## Tech Stack
- React
- npm## Run Locally
Clone the project
```bash
git clone https://github.com/karthikacharya26/react-qr-gen.git
```Go to the project directory
```bash
cd my-project
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run start
```