Discover the perfect blend of simplicity and functionality with our café website.
Browse the menu, customize your order, and enjoy a seamless checkout experience.
👉 Live Demo: Cafe Website
- HTML5 – structure
- CSS3 – styling & responsiveness
- JavaScript (ES6) – interactivity & logic
flowchart TD
A[Home Page] --> B[Menu Page]
B --> C[Select Item]
C --> D[Customize Order]
D --> E[Cart]
E --> F[Checkout]
F --> G[Order Confirmation]
- Clean & responsive UI
- Menu browsing with item details
- Order customization
- Cart & checkout flow
# Clone repo
git clone https://github.com/TheCosmicWizard/Cafe-Website.git
cd Cafe-Website
# Open index.html in browserThis project is licensed under the MIT License – free to use, modify, and distribute.