1
0
Fork
You've already forked split-bills
0
forked from webxdc/split-bill
I love Split Bill webx app but I want it improved. I created some issues but I could not wait and, while I don ́t know coding, I used Claude AI to try some ideas. I hope this was both ethical and legal. I ́d be happy if the official apps author likes these ideas and take them for Split Bill. I am not planning to give a new name to this fork or anything like that. I don't really know what I'm doing, I will replace a few files with the code that Claude created for me.
  • HTML 81.6%
  • CSS 11.2%
  • JavaScript 7.2%
2025年08月31日 23:23:27 +02: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 Actualizar index.html 2025年08月31日 23:23:27 +02:00
LICENSE small adjustments before release 2025年01月16日 11:20:05 -05:00
package.json more robust item selection 2025年01月14日 21:09:29 -05: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 prettier 2025年01月14日 19:25:36 -05: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