Welcome to Flavor Hub - a modern, responsive restaurant website with dark mode support and interactive features. This project is a responsive website developed using HTML, CSS, and JavaScript, creating an immersive and user-friendly experience for food enthusiasts. The majority of the images and content have been generated with the assistance of AI tools, ensuring a visually appealing and diverse culinary showcase.
- Responsive design for all devices
- Dark mode support with system preference detection
- Customer reviews with star ratings
- Fully Responsive Design: Flavor Hub is designed to provide an optimal viewing and interaction experience across a wide range of devices, from desktops to mobile phones.
- AI-Generated Content: The majority of the images and textual content on Flavor Hub have been generated with the help of AI tools, contributing to a unique and innovative presentation.
- Menu Showcase: Explore the diverse menu featuring a fusion of international cuisines, from succulent steaks to mouth-watering desserts.
- Modern color scheme with CSS variables
- Smooth transitions and animations
- Hover effects on interactive elements
- Card-based layout for meals and menu items
- Custom scrollbars
- Floating action buttons
- Sticky header with navigation
- CSS Grid and Flexbox layouts
- CSS Variables for theming
- Responsive typography with clamp()
- Modern CSS animations
- Accessibility support
- Performance optimizations
- Modern web browser
- Basic understanding of HTML, CSS, and JavaScript
- Clone the repository to your local machine:
git clone https://github.com/halil-yesilyurt/flavor-hub.git
- Open the project directory:
cd flavor-hub
- Open the index.html file in your preferred web browser.
The website uses CSS variables for easy color customization. Edit the following variables in style.css
:
:root {
--primary-color: #ff6b6b;
--secondary-color: #4ecdc4;
--background-color: #ffffff;
--surface-color: #f8f9fa;
--accent-color: #ffd93d;
--text-color: #2d3436;
--text-secondary: #636e72;
--border-color: #dfe6e9;
--shadow-color: rgba(0, 0, 0, 0.1);
}
Dark mode colors can be customized by modifying the [data-theme="dark"]
variables:
[data-theme='dark'] {
--background-color: #1a1a1a;
--surface-color: #2d2d2d;
--text-color: #ffffff;
--text-secondary: #b2bec3;
--border-color: #404040;
--shadow-color: rgba(0, 0, 0, 0.3);
}
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.