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%
| .github/workflows | initial commit | |
| public | add descriptions to the input elements | |
| .gitignore | initial commit | |
| .prettierignore | initial commit | |
| index.html | Actualizar index.html | |
| LICENSE | small adjustments before release | |
| package.json | more robust item selection | |
| prettier.config.js | add explicit prettier config | |
| README.md | README update | |
| style.css | add dark theme | |
| vite.config.js | run format on relevant files | |
| ystore.js | prettier | |
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 ipnpm build