Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 612 Bytes

File metadata and controls

26 lines (21 loc) · 612 Bytes

Split Bill App 🧾

A utility tool that helps split a bill among multiple people, including tip calculations.

Features

  • Enter total bill amount (₹), tip percentage, and number of people
  • Calculates tip amount and per-person total instantly
  • Simple, single-page interface

Tech Stack

  • HTML5
  • CSS3
  • JavaScript (Vanilla)

How to Run

  1. Clone or download this folder.
  2. Open index.html in your browser.
  3. Enter the bill amount, tip percentage, and number of people, then click Calculate.

File Structure

Split_Bill/
├── index.html
├── style.css
└── script.js