Restaurant Menu QR Code Generator
How to use:
Enter the menu data in the input field as a JSON object, where each object represents a menu item with the following properties: name (string), description (string), price (string or number), and image (string URL).
Click the "Generate QR Code" button to generate a QR code for the menu data.
The QR code will be displayed on the page, along with a preview of the restaurant menu.
The QR code image can be downloaded by clicking on the "Download" button.
Note: The restaurant menu is generated dynamically based on the menu data entered by the user. The preview includes the name, description, price, and image of each menu item.