A modern, fully responsive coffee shop website built with HTML, CSS, and JavaScript.
🔗 Live Demo: https://cozy-cafe-nu.vercel.app
Cozy Café is a simple, elegant website designed for cafés and small restaurants.
It focuses on clean UI, responsive layout, and smooth user experience without using any frameworks.
- Responsive design (mobile, tablet, desktop)
- Hero section with video background
- Interactive menu with category filtering
- Image gallery
- WhatsApp ordering integration
- Contact section
- Testimonials section
- Loading screen animation
- HTML5 – Structure
- CSS3 – Styling, animations, responsive layout
- JavaScript (Vanilla) – Interactivity
- Vercel – Deployment
cozy-cafe/ ├── index.html ├── style.css ├── responsive.css ├── script.js ├── images/ │ ├── hero.jpg │ ├── gallery-*.jpg │ └── videos/ │ └── hero-video.mp4 └── README.md
git clone https://github.com/Damadel/cozy-cafe.git
cd cozy-cafe
open index.html