Eat-n-Split is a React.js application designed to simplify splitting bills among friends or group members. It provides an intuitive interface to input expenses and calculates the amount each person owes or is owed, making group outings hassle-free.
A live version of Eat-n-Split can be found here.
- Add Expenses: Quickly input expenses for a bill, specifying the payer and amount.
- Split Costs: Automatically calculate how much each person owes or is owed.
- Expense Overview: View a summary of all expenses and individual balances for the group.
- Responsive Design: Optimized for seamless use on both desktop and mobile devices.
- Clone the repository:
git clone https://github.com/vasudevsoni/eat-n-split.git cd eat-n-split
- Install dependencies:
npm install
- Start the development server:
npm start
- Build for production:
npm run build
- Add Expenses: Enter details of the bill, including payer and amount.
- View Split Results: Check the summary to see how the costs are divided.
- Balance Overview: Track who owes what and settle payments with ease.
Contributions are welcome! To contribute:
- Fork the project.
- Create a new branch:
git checkout -b feature/your-feature
- Make your changes.
- Commit and push your changes:
git commit -m 'Add some feature' git push origin feature/your-feature
- Open a pull request.
Enjoy hassle-free bill splitting with Eat-n-Split! 💸