Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 503 Bytes

File metadata and controls

26 lines (20 loc) · 503 Bytes

Suya House 🍢

A simple e-commerce web application for ordering suya online.

Features

  • Product display
  • Order interface
  • Responsive UI
  • Static asset handling

Tech Stack

  • Backend: Python (Flask)
  • Frontend: HTML, CSS, JavaScript

Project Structure

  • app.py – Flask application entry point
  • templates/suya.html – Main UI template
  • static/ – CSS, JavaScript, and images

Run Locally

pip install flask
python app.py

## Screenshots
![Main Page](static/suya.jpg)