This project implements a QR code generator using Next.js and the static route handlers with Node.js.
![image](https://private-user-images.githubusercontent.com/63727554/241487522-2cf23983-b3ea-4fa4-bbcc-00972f7d0258.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NDE1NjUsIm5iZiI6MTczOTY0MTI2NSwicGF0aCI6Ii82MzcyNzU1NC8yNDE0ODc1MjItMmNmMjM5ODMtYjNlYS00ZmE0LWJiY2MtMDA5NzJmN2QwMjU4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDE3NDEwNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE2MzNkZDViMWNjNGNiNWY3MTA2NTM4NDQwNDc2MDhlMGIxNWJlMTBkMGJkNWYzZjEzMTNkZDNiOGE0MmRkMzkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.CR39QDuir-lEioY2tciTck15_VSS54F-VHFQCMw6DgI)
- Clone this repository to your local machine.
- Open a terminal in the project directory.
Make sure you have Node.js installed on your machine. Then, run the following command to install the dependencies:
yarn install
Once you have installed the dependencies, you can start the development server with the following command:
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
Here are some additional resources to learn more about Next.js and static route handlers:
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.