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

https://github.com/karthikacharya26/react-qr-gen

The React QR Code Generator is an application designed to convert any input text into a QR code. Utilizing React for a dynamic user experience, the application integrates with a widely-used API to generate and render QR codes instantly. This ensures a responsive and efficient process for creating and viewing QR codes in real time.
https://github.com/karthikacharya26/react-qr-gen

javascript npm react

Last synced: 2 months ago
JSON representation

The React QR Code Generator is an application designed to convert any input text into a QR code. Utilizing React for a dynamic user experience, the application integrates with a widely-used API to generate and render QR codes instantly. This ensures a responsive and efficient process for creating and viewing QR codes in real time.

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