A clean, mobile-friendly tip calculator that splits the bill between multiple people.
Live Demo: https://jag2430.github.io/tip-calculator/
- Calculate tip based on bill amount
- Preset tip percentages (10%, 15%, 18%, 20%)
- Custom tip percentage option
- Split bill between 1-99 people
- Real-time calculations as you type
- Shows tip per person and total per person
- Mobile-responsive design
- Reset button to start fresh
- Enter the bill amount
- Select a tip percentage (or enter a custom amount)
- Adjust the number of people splitting the bill
- See your totals instantly
Just open index.html in your browser—no server required.
- Create a new repository on GitHub
- Upload
index.html - Go to Settings → Pages
- Select
mainbranch and/ (root) - Your site will be live at
https://YOUR_USERNAME.github.io/tip-calculator/
Pure HTML, CSS, and JavaScript. No dependencies or build step.