fnb.menu

QR code digital menu for small restaurants

user can customise Menu

- hardcode and test Color and Font settings
- create Menu Settings page

orders for the kitchen

- order serializers
- display order data
- UI for order data

user can print QR codes

another wonderful library that has helped speed up development https://github.com/gregnb/react-to-print

Already loving React? ๐Ÿคฃ

0 Likes
Carl Poppa ๐Ÿ›ธ Author

'love' is a strong word ๐Ÿ˜‚ i like it enough tho!

0 Likes

display QR code

no need to reinvent the wheel. used this v cool library https://github.com/zpao/qrcode.react
Ryu

tbh that wheel is not that easy to re-invent though XDD tons of math behind of QR Code

0 Likes
Carl Poppa ๐Ÿ›ธ Author

hahahaa yeah i don't think anyone does ๐Ÿ˜‚ was just being sarcastic Lol

0 Likes

show categories and menu items

still playing around with React. learning a lot and making good progress!