You go to a grocery store, scan the barcode and see if you have a review for this product already - and if not, you can leave a new review.
scan_showcase.mp4
I frequently had a problem at grocery stores when looking at products where I couldn't remember if I've tried them before and if I did how much I've liked them - so to solve that problem I made this app. With it you can find a product page by scanning its barcode with a camera, then leave a review or find an existing one, mark the review as private, add tags to reviews, search through your own reviews or search through other public reviews.
For local development - most browsers don't allow access to camera through navigator.mediaDevices.getUserMedia()
in unsecure context.
You can bypass this through either testing on localhost
or setting your dev server ip address as secure in unsafe chrome flags.
- Turso - Database, SQLite
- Uploadthing - File uploads
- Upstash - Redis, Message Queue
- Vercel - Deployment
This project initially was created using a T3 Stack template.