https://github.com/vanajmoorthy/split
🛒 Dead simple grocery bill splitter.
https://github.com/vanajmoorthy/split
Last synced: about 1 month ago
JSON representation
🛒 Dead simple grocery bill splitter.
- Host: GitHub
- URL: https://github.com/vanajmoorthy/split
- Owner: vanajmoorthy
- Created: 2026-05-07T16:17:00.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-07T16:50:11.000Z (about 2 months ago)
- Last Synced: 2026-05-07T18:39:37.270Z (about 2 months ago)
- Language: HTML
- Homepage: https://vanaj.io/split
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Split
A super simple grocery bill splitter for two people. Enter the bill total, add each person's items, and see what everyone owes.
Items are shown as £1.50 + £2.00 = £3.50. Any remainder after individual items is split evenly.
Single HTML file, everything inline (LOL). Just open split.html in a browser.