A simple web app for calculating tip and total based on the bill and selected percentage.
- Enter bill amount
- Select preset tip percentages
- Calculates tip and total
- Basic input validation
HTML, CSS, JavaScript
index.html
css/styles.css
js/script.js
- Open
index.htmlor visit: https://lephorx.github.io/tipGen/ - Enter bill amount
- Choose a tip percentage
- Submit to view tip and total
Open-source; modify as needed.