A free tool for friends and roommates to track bills and other shared expenses. Simplify you debts calculation so everyone gets paid back accordingly.
- Track transactions between people
- Split bills equally, by percentage, or exact amount
- Export transactions record to CSV
- View debt summary between people
Typescript, React, Next, TailwindCSS, DaisyUI
Make sure you have node and npm installed. Clone the project
git clone https://github.com/wutsqo/split-bill.git
cd split-bill
Install dependencies
yarn # or npm install
Running development server
yarn dev # or npm run dev
This project was initiated as a submission for Functional Programming course at Fasilkom UI. It might be continued and enhanced with more features in the future.