Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 813 Bytes

File metadata and controls

40 lines (26 loc) · 813 Bytes

QReatify - QR Code Generator

QReatify is a sleek and simple web application built using React that allows users to generate QR codes from any URL or text input instantly.

QReatify Banner

Live Demo

Try it on GitHub Pages


Features

  • Generate QR codes for any URL or text
  • Clean and responsive UI
  • Built with React
  • Downloadable QR code image
  • Real-time QR updates as you type

Installation

Follow these steps to set up the project locally:

# Clone the repository
git clone https://github.com/sadikxdev/QReatify.git

# Navigate to the project directory
cd QReatify

# Install dependencies
npm install

# Start the development server
npm start