A fully responsive and visually appealing Indian restaurant website built using HTML, Tailwind CSS, and JavaScript. Designed to showcase authentic Indian cuisine, drinks, and services, providing a seamless user experience on both desktop and mobile devices.
- ✅ Responsive and mobile-friendly design using Tailwind CSS
- ✅ Comprehensive menu with Indian food and traditional drinks, including prices in INR
- ✅ Customer testimonials section with ratings and images
- ✅ Reservation form with fields for name, contact info, date, time, and guest count
- ✅ Contact section featuring address, phone, email, and embedded Google Maps
- ✅ Smooth navigation and clear call-to-action buttons
- ✅ Semantic HTML structure for accessibility and SEO
View Live Demo on GitHub Pages
(Hosted via GitHub Pages for free static site deployment)
Add screenshots or GIFs here to showcase your website
Example:
- HTML5 — Markup and structure
- Tailwind CSS — Utility-first CSS framework for rapid UI design
- JavaScript — For interactive elements like form validation and menu toggles
restaurant-website/
├── index.html # Main landing page
├── css/
│ └── style.css # Tailwind custom styles and overrides
├── js/
│ └── script.js # Custom JavaScript for interactivity
├── images/ # Images for food, drinks, testimonials, etc.
├── README.md # Project documentation
└── LICENSE # MIT License
- Clone the repo
git clone https://github.com/imrajeevnayan/restaurant-website.git
2.Open index.html in any modern browser
3.Customize menu items, images, and styles as
Add carousel/slider for customer testimonials
Implement client-side and server-side reservation form validation
Integrate backend with database for live reservation management
Add multilingual support (Hindi, English, etc.)
Improve accessibility (ARIA roles, keyboard navigation)
Deploy on Netlify or Vercel with CI/CD for automated updates
Add SEO optimization and metadata
📄 License This project is licensed under the MIT License — see the LICENSE file for details.
🤝 Contributing Contributions, issues, and feature requests are welcome! Feel free to check the issues page.