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.
npm install
npm run dev
open: http://localhost:8080/
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 test
Create a production build:
npm build
We 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.