An open API service indexing awesome lists of open source software.

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

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;