Simplifies tracking and splitting trip expenses.
- Add expenses and split them among the group members.
- See summary of the total expenses and the amount each person owes or is owed.
- Install as a native app on your mobile device or desktop.
- Works offline with automatic updates.
npm install
npm run devopen: http://localhost:5173/
Please setup commits authorship right after cloning the Git repository.
git config user.name "<Your Name>"
git config user.email "<Your Email>@gmail.com"npm testCreate a production build:
npm buildWe welcome contributions to TravelSplit! Whether you want to fix bugs, improve documentation, or add new features, your help is appreciated.
Please see the CONTRIBUTING.md file for more information on how to contribute to this project.
