A cost splitting app allowing users to add expenses and split them as a group. Other features include weighted contributions, receipt attachment and viewing, visual expense/payment summary, and more.
Running project locally:
- Clone this project locally
- Run
npm install
in your bash/command line - Run
npm run dev
in your bash/command line