π₯ GrillSmokee β Tandoor & Grill Food Delivery Website
GrillSmokee is a modern web project built for food lovers who crave authentic tandoor and grill dishes.
This project is designed for the FSD (Full Stack Development) subject and demonstrates the integration of frontend and backend technologies using HTML, CSS, JavaScript, Node.js, and Express.js.
π’ Project Overview
GrillSmokee allows users to explore delicious grilled and tandoor items, add them to a cart, and simulate placing an order β all in a clean, stylish interface.
Itβs a simple yet powerful example of how a dynamic food delivery system works.
π Features
- π Homepage: Eye-catching tandoor grill background and navigation bar
- π½οΈ Menu Page: Displays dishes fetched from
menu.jsondynamically - π Cart Page: Lets users add, view, and remove items with live total calculation
- π Login Page: Basic login validation and navigation
- βοΈ Backend (server.js): Built using Express.js to serve static files and menu data via REST API
- π¨ Responsive Design: Black theme with orange accents and white text for a professional grill aesthetic
ποΈ Project Structure
GrillSmokee/ β βββ server.js # Express backend server βββ package.json β βββ data/ β βββ menu.json # Restaurant menu data β βββ public/ βββ index.html # Homepage βββ menu.html # Menu listing page βββ cart.html # Shopping cart page βββ login.html # Login form β βββ css/ β βββ style.css # Site styling β βββ js/ βββ menu.js # Menu logic βββ cart.js # Cart functionality βββ login.js # Login handling