QR Code Generator is a Next.js application that allows users to input a URL and generate a QR code. The generated QR code is fully customizable, enabling users to adjust the background and foreground colors to their preference. Once customized, the QR code can be exported in various formats, including PNG, WEBP, and PDF.
git clone https://github.com/emrankamil/qrcode-generator
cd qrcode-generatornpm installnpm run devVisit: http://localhost:3000
- Frontend & Backend: Next.js 15.2.3
- Styling: Tailwind CSS
- Dark Mode: Next Themes
- Animations: Framer Motion

