Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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