https://github.com/vsbron/course-react2023-ean-n-split
React app that helps to split the bill with friend
https://github.com/vsbron/course-react2023-ean-n-split
Last synced: about 1 year ago
JSON representation
React app that helps to split the bill with friend
- Host: GitHub
- URL: https://github.com/vsbron/course-react2023-ean-n-split
- Owner: vsbron
- Archived: true
- Created: 2023-10-09T09:03:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T10:17:10.000Z (over 2 years ago)
- Last Synced: 2025-03-01T09:47:08.580Z (over 1 year ago)
- Language: JavaScript
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eat n Split App
React app that helps to split the bill with friend
## Features
- The friend list with initial status;
- Option to add a new friend with photo (can randomly generated it);
- Special form that allows to eneter the bill amount, the shares and who's paying.
- Based on this the balance between friends is updated.
## Details
- Built fully in React with props and State;
- Basic CSS for styles;
- Does NOT include responsive version;