17
3
Fork
You've already forked split-bill
2
No description
  • HTML 64.6%
  • CSS 21.5%
  • JavaScript 13.9%
2025年12月11日 16:06:08 +01:00
.github/workflows initial commit 2024年12月19日 11:18:34 -05:00
public add descriptions to the input elements 2025年01月16日 10:51:11 -05:00
.gitignore initial commit 2024年12月19日 11:18:34 -05:00
.prettierignore initial commit 2024年12月19日 11:18:34 -05:00
index.html add descriptions to the input elements 2025年01月16日 10:51:11 -05:00
LICENSE small adjustments before release 2025年01月16日 11:20:05 -05:00
package.json update y-webxdc, use new feature to ensure eventual consistency 2025年12月04日 15:44:20 +01:00
prettier.config.js add explicit prettier config 2025年01月03日 16:32:33 -05:00
README.md README update 2025年01月16日 11:24:26 -05:00
style.css add dark theme 2025年02月03日 11:57:36 -05:00
vite.config.js run format on relevant files 2025年01月03日 16:45:56 -05:00
ystore.js update y-webxdc, use new feature to ensure eventual consistency 2025年12月04日 15:44:20 +01:00

Icon of the app showing a bank note split in half

Split Bill

An app for splitting expenses equally between your friends and family.

Features:

  • Share expenses
  • Automatic calculation of what people owe and what people will get
  • Ability to join without adding an expense

Building:

This app is built on excellent open source libraries:

  • Preact
  • Yjs
  • pnpm
  • Vite

To build, run:

  • pnpm i
  • pnpm build