Expense Splitter is a React application designed to simplify the process of managing shared expenses for meals between friends. The application allows friends to take turns paying for meals, and the other friend can easily reimburse their half of the due amount.
- Expense Tracking: Keep a record of shared expenses for meals.
- Payment Splitting: Easily split the due amount after a meal.
- User-Friendly Interface: Intuitive and user-friendly design.
- Node.js and npm installed on your machine.
-
Clone the repository:
git clone https://github.com/Eloquence98/expense-splitter
-
Navigate to the project directory:
cd expense-splitter
-
Install dependencies:
npm install
-
Start the React development server:
npm start
-
Open your browser and navigate to http://localhost:3000.
-
Use the application to add shared expenses, split bills, and keep track of reimbursements.
This project is licensed under the MIT License.