This is the frontend of a QR Code-Based Hotel Menu system. Customers can scan a QR code to access the digital menu, view food items, and check prices without needing a physical menu. The interface is designed to be elegant, mobile-responsive, and user-friendly.
- 📱 Mobile-Responsive Design – Works smoothly on all screen sizes.
- 🎨 Stylish UI – Classic hotel menu styling with a beautiful background.
- 📋 Menu Display – Fetches and displays menu items dynamically from the backend.
- 🔄 Real-time Updates – Automatically reflects changes from the backend.
- 🌍 No Installation Required – Accessible through a simple QR code scan.
- React.js – Frontend framework
- CSS – Custom styling for a vintage menu feel
- Fetch API – To retrieve menu data from the backend
- Font & Icons – Georgia font for a classic look
- Clone the Repository
git clone https://github.com/AbrishDev/hotel-menu-frontend.git cd hotel-menu-frontend
- Install Dependencies
npm install
- Start the Development Server
npm start
- 🛒 Order System – Allow users to place orders directly.
- 🌐 Multi-Language Support – Provide different language options.
- 💳 Payment Integration – Enable digital payments.
Want to improve this project? Feel free to fork, create a branch, and submit a pull request!
This project is open-source and available under the MIT License.