Project Sneak Peek
A mobile-first web app that lets guests write a review once and post it to multiple platforms (Google, TripAdvisor, Booking) via a single QR code scan.
.
├── index.html # Main UI and Configuration
├── script.js # Clipboard logic & state management
└── images/ # Assets (Backgrounds)
Open index.html to customize the hotel details:
Find the checkboxes in the HTML and replace the data-url with your specific hotel links:
<input type="checkbox" data-url="YOUR_GOOGLE_MAPS_LINK_HERE" ... />
<svg> inside #hotelLogo or swap it for an <img> tag.images/the-riada-hotel.jpg.Clipboard API (Copy function) on insecure HTTP connections.About This Project > This system was developed as a lightweight, easily customizable reviewing solution for hotels. It is designed to be a “drop-in” tool that requires zero backend infrastructure, allowing hotel managers to improve their online presence with minimal technical effort.