A web application for generating customizable QR codes and scanning existing ones. Supports various styling options, logo embedding, and different output sizes.
- Clone the repository:
git clone <repository_url> cd qr-code-generator-2
- Install dependencies using pnpm:
pnpm install
To run the development server:
pnpm run devThe application should now be running at http://localhost:3000.
This application is built using the following technologies:
- Next.js: A React framework for server-side rendering and static site generation. It provides the file-based routing and API routes used in the project.
- React: The JavaScript library for building the user interface components.
- Tailwind CSS: A utility-first CSS framework used for styling the application.
- qrcode.react: A React component used for generating the QR code SVG.
- jsQR: A JavaScript library used for scanning QR codes from image data on the client-side.
- pnpm: The package manager used to install and manage project dependencies.