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