A lightweight expense splitting web app that makes group expense management hassle-free.
SplitKaro is a browser-based expense splitting application designed to simplify shared expense management among groups. Whether you're traveling with friends, sharing an apartment, or splitting dinner bills, SplitKaro helps you keep track of who owes what.
Try it out at splitkaro.pages.dev
{
transactionID: uuidv4(),
eventID: eventID,
transacationName: transactionName,
payerName: payerName,
payerID: payerID,
amount: float,
payees: payeeAmounts,
commonCharges: float,
timestamp: Date.now()
}
{
id: uuidv4(),
name: tripName,
date: tripDate,
participants: participants,
totalAmountSpent: 0
}
SplitKaro implements an efficient debt tracking system that maintains individual debt records between participants. The system uses caching to optimize performance, updating debt calculations only when new transactions are detected. This approach provides quick access to debt information while minimizing computational overhead.
Contributions are welcome! Whether you're interested in fixing bugs, adding features, or improving documentation, here's how you can help:
We're particularly interested in contributions toward planned features and new ideas that could enhance the user experience.
Currently using a single main branch. Future development will implement:
main
- Stable releasesdevelopment
- Active developmentMIT License
Copyright (c) 2024 RudraP
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Made with ❤️ to solve real-world expense sharing hassles