Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```