Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olubodemichael/eat-n-split
This React application enables users to manage expenses and balances with friends, including adding friends, selecting them for bill splitting, and updating balances, fostering easy expense tracking and financial management.
https://github.com/olubodemichael/eat-n-split
eat-n-split
Last synced: 1 day ago
JSON representation
This React application enables users to manage expenses and balances with friends, including adding friends, selecting them for bill splitting, and updating balances, fostering easy expense tracking and financial management.
- Host: GitHub
- URL: https://github.com/olubodemichael/eat-n-split
- Owner: OlubodeMichael
- Created: 2023-10-25T21:39:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-25T22:03:06.000Z (about 1 year ago)
- Last Synced: 2024-11-14T14:15:26.760Z (2 months ago)
- Topics: eat-n-split
- Language: JavaScript
- Homepage: https://eat-n-split-3pg1xuswj-michael-olubodes-projects.vercel.app/
- Size: 226 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eat-N-Split
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.
## Usage
1. Clone this repository.
2. Install the necessary dependencies using `npm install` or `yarn install`.
3. Start the development server with `npm start` or `yarn start`.
4. Open the application in your web browser.## Features
- 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.## How to Contribute
If you want to contribute to this project, follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Make your changes and commit them.
4. Push to your fork and submit a pull request to the `main` branch of the original repository.## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
## Acknowledgments
- Special thanks to the [i.pravatar.cc](https://i.pravatar.cc) service for providing profile images.
## Author
Michael - (https://eat-n-split-3pg1xuswj-michael-olubodes-projects.vercel.app/)