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.
- Menu display with food items and prices
- Order creation with automatic total price computation
- Daily sales summary
- Simple and easy-to-use interface
- 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
karenderia-web-app/
β
βββ index.html
βββ menu.html
βββ order.html
βββ sales.html
β
βββ css/
β βββ style.css
β
βββ js/
β βββ menu.js
β βββ order.js
β βββ sales.js
β
βββ README.md
- Do not PUSH in main.
- Each member should make their own branch for each feature.
- Open
index.htmlin a web browser. - Navigate to the Menu page to view available food items and prices.
- Go to the Order page to select food items and create an order.
- Review the total price automatically computed by the system.
- Visit the Sales page to view the daily sales summary and number of orders.
- HTML
- CSS
- JavaScript
- Git & GitHub