Skip to content

Eat-n-Split is a React.js application that simplifies splitting bills among group members. Add expenses, calculate individual balances, and track who owes what—all in an intuitive and responsive interface. Perfect for group outings or shared expenses!

Notifications You must be signed in to change notification settings

vasudevsoni/eat-n-split

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💸 Eat-n-Split

Eat-n-Split is a React.js application designed to simplify splitting bills among friends or group members. It provides an intuitive interface to input expenses and calculates the amount each person owes or is owed, making group outings hassle-free.

🌐 Live Demo

A live version of Eat-n-Split can be found here.

📚 Table of Contents

✨ Features

  • Add Expenses: Quickly input expenses for a bill, specifying the payer and amount.
  • Split Costs: Automatically calculate how much each person owes or is owed.
  • Expense Overview: View a summary of all expenses and individual balances for the group.
  • Responsive Design: Optimized for seamless use on both desktop and mobile devices.

⚙️ Installation

  1. Clone the repository:
    git clone https://github.com/vasudevsoni/eat-n-split.git
    cd eat-n-split
        
  2. Install dependencies:
    npm install
  3. Start the development server:
    npm start
  4. Build for production:
    npm run build

🚀 Usage

  • Add Expenses: Enter details of the bill, including payer and amount.
  • View Split Results: Check the summary to see how the costs are divided.
  • Balance Overview: Track who owes what and settle payments with ease.

🤝 Contributing

Contributions are welcome! To contribute:

  1. Fork the project.
  2. Create a new branch:
    git checkout -b feature/your-feature
  3. Make your changes.
  4. Commit and push your changes:
    git commit -m 'Add some feature'
    git push origin feature/your-feature
        
  5. Open a pull request.

Enjoy hassle-free bill splitting with Eat-n-Split! 💸

About

Eat-n-Split is a React.js application that simplifies splitting bills among group members. Add expenses, calculate individual balances, and track who owes what—all in an intuitive and responsive interface. Perfect for group outings or shared expenses!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published