Skip to content

Kafiakauser/Grillssmokee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”₯ 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.json dynamically
  • πŸ›’ 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors