Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 729 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 729 Bytes

QRCode Generator in React, Next, Tailwind and Ant Design UI

Built using React, this QRCode Generator is a user-friendly tool that allows users to effortlessly create QR codes for various purposes

Live qrcode.fabra.dev on Vercel

image

🚀 Getting Started

  • Clone este repositório
git clone https://github.com/raminhuk/qr-code-generator.git
  • Entre na pasta react-qrcode
cd qr-code-generator
  • Execute npm install para instalar as dependências
npm install
npm run dev