This project is a web application built with Next.js and React. It provides a user-friendly interface for generating QR codes. Users can input text, and the application will generate a corresponding QR code.
- QR Code Generation: Users can generate QR codes by inputting text. This is handled by the
createQRCode
function in theindex.js
file. The QR code generation is done server-side in thehelloQR.js
file. - Custom Fonts: The application uses the VT323 and Space Mono fonts from Google Fonts for a unique look and feel.
- Responsive Design: The application uses Tailwind CSS for a responsive design that looks good on all devices.
To install the project, run the following command in your terminal:
npm install
To run the project, use the following command:
npm run dev
This command is defined in the package.json
file.
Please see the .gitignore
file for a list of files that should not be committed to the repository.