Eat-N-Split is a React-based web application that simplifies the management of expenses and balances among friends. This application allows users to perform the following actions:
-
Add Friends: Easily add friends to your list, providing their names and profile pictures.
-
Select for Bill Splitting: Choose friends from your list to split bills with.
-
Update Balances: Enter bill details, specifying who paid and who owes how much.
-
Expense Tracking: Keep track of and visualize balances, making it straightforward to manage shared expenses.
- Clone this repository.
- Install the necessary dependencies using
npm install
oryarn install
. - Start the development server with
npm start
oryarn start
. - Open the application in your web browser.
- Dynamic balance updates as you split bills.
- User-friendly interface for adding friends and selecting them for bill splitting.
- Ensures data integrity and prevents incomplete entries.
If you want to contribute to this project, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push to your fork and submit a pull request to the
main
branch of the original repository.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Special thanks to the i.pravatar.cc service for providing profile images.
Michael - (https://eat-n-split-3pg1xuswj-michael-olubodes-projects.vercel.app/)