https://github.com/simandrew/eat-n-split-react
Eat n Split React App
https://github.com/simandrew/eat-n-split-react
Last synced: 6 months ago
JSON representation
Eat n Split React App
- Host: GitHub
- URL: https://github.com/simandrew/eat-n-split-react
- Owner: SimAndrew
- Created: 2024-01-04T13:07:13.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T22:26:16.000Z (almost 2 years ago)
- Last Synced: 2025-03-01T20:35:41.241Z (10 months ago)
- Language: JavaScript
- Homepage: https://eat-n-split-reactjs-app.netlify.app/
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Eat n Split React App.
---
### About:
Eat n Split app that split bills, tracks shared expenses in a group of friends easily and finds out "Who owes whom and how much?"
What can be done in the app:
- Add a New Friend: Quickly include a new friend to the list and to split the bill with.
- Real-time Calculation: Instantly calculates the amount owed by each friend as you input bill details.
You can try here: [eat-n-split-reactjs-app.netlify.app](https://eat-n-split-reactjs-app.netlify.app/)
---
### Sample task, photo:


- Add a new friend:

- Select a friend and split bills with him:

---
### Technologies:
- [React JS](https://react.dev/)
- [Vite JS](https://vitejs.dev/), [ESLint](https://eslint.org/), [Prettier](https://prettier.io/)
- [Pravatar.cc Random Avatar](https://pravatar.cc/)
- Responsive Layout
- [Deploying on Netlify](https://www.netlify.com/)
### Run the app:
- Clone a project: `git clone`
```
https://github.com/SimAndrew/Eat-n-Split-React.git
```
- Open project code in your editor.
- Install the dependencies, enter into the terminal:
```
npm install
```
- Run the project, enter into the terminal:
```
npm run dev
```