Welcome to the Java Expense Splitter(JES)! This repository contains the source code and resources for JES, a simple expense java console application that helps split expences among a group of people.
- Add multiple people with their expenses.
- Calculate balances for everyone.
- Show summary of balances.
- Show detailed settlemements (who owes who).
Enter the number of persons: 3 Nischl reddy 1000 Rahul 500 Sneha 1500
Balances: Nischal reddy: 333.33 Rahul: -166.67 Sneha: -166.67
Settlements: Rahul owes Nischal reddy 166.67 Sneha owes Nischal reddy 166.67
- Clone this repository.
- Open in any Java IDE or use terminal
- Compile and run: bash javac Main.java java Main
- GUI support
- Save/load expenses from file
- web interface