Eat-N-Split is an application designed to help friends eat together and split their bill effortlessly. Whether you're dining out or ordering in, Eat-N-Split makes the process of sharing expenses simple and transparent.
- Bill Splitting: Easily split the total bill among friends.
- Custom Splits: Customize how the bill is split based on each person's order.
- Multi-Currency Support: Split bills in different currencies.
To install the Eat-N-Split application, follow these steps:
- Node.js (version 14 or higher)
- npm (version 6 or higher)
- Git
-
Clone the repository:
git clone https://github.com/yourusername/eat-n-split.git
-
Navigate to the project directory:
cd eat-n-split
-
Install the dependencies:
npm install
-
Start the application:
npm start
The application should now be running on http://localhost:3000
.
- Open the Eat-N-Split app.
- Click on the "select" button.
- Enter the total amount and the names of the friend sharing the bill.
- Add items and assign them to friend as needed.
- Click "Split Bill" to see the amount each friend owes.
If you find a bug, please open an issue on GitHub and include detailed steps to reproduce the issue.
We are open to new ideas! If you have a feature suggestion, please submit it as an issue on GitHub.
Thank you for using Eat-N-Split! We hope it makes splitting bills with friends easier and more enjoyable.