A clean, mobile-friendly tip calculator for small groups (2-10 people).
Built with React + Vite.
- Bill input with tip presets and custom tip option
- Pre-tax tip toggle with tax field
- Named splits, unequal adjustments, and rounding options
- Cash tip helper mode
- Share breakdown (copies to clipboard)
- Light/dark mode toggle
npm install
npm run devThen open the URL shown in the terminal (usually http://localhost:5173/).
npm testsrc/App.jsx— app shell and theme togglesrc/components/— UI componentssrc/utils/calc.js— calculation helperssrc/styles.css— global styles
- Designed for mobile-first usage in restaurant settings.