A utility tool that helps split a bill among multiple people, including tip calculations.
- Enter total bill amount (₹), tip percentage, and number of people
- Calculates tip amount and per-person total instantly
- Simple, single-page interface
- HTML5
- CSS3
- JavaScript (Vanilla)
- Clone or download this folder.
- Open
index.htmlin your browser. - Enter the bill amount, tip percentage, and number of people, then click Calculate.
Split_Bill/
├── index.html
├── style.css
└── script.js