Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 

Repository files navigation

Karenderia Web App

Overview

The Karenderia Web App is a simple web-based application designed to support the daily operations of a small local eatery (karenderia). It allows users to view the menu, create orders, and track daily sales.

Features

  • Menu display with food items and prices
  • Order creation with automatic total price computation
  • Daily sales summary
  • Simple and easy-to-use interface

πŸ‘₯ Team Roles

  • Team Leader – Sets up the repository, prepares the base structure, reviews and merges pull requests
  • Menu Management – Handles the menu page and food items
  • Order Management – Manages order creation and total calculation
  • Daily Sales Summary – Displays total sales and number of orders
  • UI & Documentation – Improves styling and maintains documentation

Project Structure


karenderia-web-app/
β”‚
β”œβ”€β”€ index.html
β”œβ”€β”€ menu.html
β”œβ”€β”€ order.html
β”œβ”€β”€ sales.html
β”‚
β”œβ”€β”€ css/
β”‚   └── style.css
β”‚
β”œβ”€β”€ js/
β”‚   β”œβ”€β”€ menu.js
β”‚   β”œβ”€β”€ order.js
β”‚   └── sales.js
β”‚
└── README.md

Rules in making this app

  1. Do not PUSH in main.
  2. Each member should make their own branch for each feature.

Usage Instructions

  1. Open index.html in a web browser.
  2. Navigate to the Menu page to view available food items and prices.
  3. Go to the Order page to select food items and create an order.
  4. Review the total price automatically computed by the system.
  5. Visit the Sales page to view the daily sales summary and number of orders.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Git & GitHub

About

practice lang ueue

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors