A Next.js application for scanning QR codes using your device's camera.
- 📷 Real-time QR code scanning
- 🎯 Instant result display
- 📋 Copy results to clipboard
- 🎨 Modern UI with Tailwind CSS
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
- Next.js - React framework
- React - UI library
- Tailwind CSS - CSS framework
- jsQR - QR code detection
To learn more about Next.js, take a look at the Next.js documentation.