Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/surjoyday/eat-n-split
Eat n Split is a React application designed to simplify bill splitting and expense tracking within a group of friends. With its transaction minimization algorithm, it effortlessly calculates who owes whom and how much, ensuring fair and efficient settlement of expenses.
https://github.com/surjoyday/eat-n-split
javascript jsx reactjs
Last synced: about 7 hours ago
JSON representation
Eat n Split is a React application designed to simplify bill splitting and expense tracking within a group of friends. With its transaction minimization algorithm, it effortlessly calculates who owes whom and how much, ensuring fair and efficient settlement of expenses.
- Host: GitHub
- URL: https://github.com/surjoyday/eat-n-split
- Owner: Surjoyday
- Created: 2024-02-21T08:55:22.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-02T20:23:26.000Z (8 months ago)
- Last Synced: 2024-03-02T21:28:55.609Z (8 months ago)
- Topics: javascript, jsx, reactjs
- Language: JavaScript
- Homepage: https://eat-n-split-kt-100.netlify.app/
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eat n Split
- **Project Introduction:** Eat n Split is a React application designed to simplify bill splitting and expense tracking within a group of friends. With its transaction minimization algorithm, it effortlessly calculates who owes whom and how much, ensuring fair and efficient settlement of expenses.
- **Live Preview:**
- [https://eat-n-split-kt-100.netlify.app/](#)
- **Built With:**
- HTML
- CSS
- JavaScript
- React
- Node- **External Libraries and APIs:**
- NPM- **Ways to Reproduce:**
1. Install dependencies:
```
npm install
```
2. Start the development server:
```
npm start
```
3. Build the project:
```
npm run build
```- **Getting Started:**
- **Prerequisites:**
- Ensure you have the latest version of NPM installed:
```
npm install npm@latest -g
```
- **Installation:**
1. Clone the repository:
```
git clone https://github.com/Surjoyday/Eat-N-Split.git
```
2. Install NPM packages:
```
npm install
```Happy bill splitting! 🍽️💰