A full-featured restaurant website for Peri Palace, offering online menu browsing, ordering, and account management capabilities.
- Interactive menu sections (Starters, Mains, Desserts, Drinks, Sides)
- Search functionality implemented in
search-bar.jsfor easy menu item discovery - Responsive navigation with mobile support
- Shopping basket functionality
- Checkout process with billing & shipping information
- Order confirmation system with unique reference numbers (
paymentconfirmed.html) - Secure payment processing integration
- User account creation and login system
- Account information display (
AccountInfo.html) - Order history tracking
- Personal information management
- Responsive design using modern CSS
- Custom styling defined in
style.css - Interactive UI elements like back-to-top button
- Professional restaurant imagery and branding
- PHP backend for user authentication (
logIn.php,signUp.php) - Client-side form validation
- Dynamic content loading
- Cross-browser compatibility with IonIcons integration
- Interactive menu sections for:
- Search functionality for menu items.
- Responsive navigation with mobile support.
- Add items to a shopping basket (
basket.php). - Checkout process with order summary and promo code support (
checkout.php). - Order confirmation system with unique reference numbers (
paymentconfirmed.html).
- User account creation and login system (
logIn.php,signUp.php). - Account information display (
AccountInfo.php). - Order history tracking.
- Profile editing for personal details (
profile.php).
- Submit reviews with star ratings (
index.php). - Option to post reviews anonymously.
- Display of recent customer reviews.
- Modern, responsive design using CSS and custom styles (
style.css). - Interactive UI elements like sliders, hover effects, and a back-to-top button.
- Professional restaurant imagery and branding.
- PHP backend for dynamic content and database interactions.
- MySQL database for storing user data, orders, and reviews.
- Secure session management for user authentication.
- Integration with IonIcons for consistent iconography.