Mahfuz AHMAD

Project Sneak Peek

View My GitHub Profile

QR Hotel Review System

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.

How It Works

  1. Write: Guest types a review on their phone.
  2. Select: Guest chooses a platform (e.g., Google Maps).
  3. Copy & Go: Clicking the button automatically copies the text to the clipboard and opens the review site.
  4. Paste: Guest pastes and submits.

Project Structure

.
├── index.html        # Main UI and Configuration
├── script.js         # Clipboard logic & state management
└── images/           # Assets (Backgrounds)

Configuration

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" ... />

2. Update Branding

🚀 Deployment

Tech Stack


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.