Skip to content

Eloquence98/expense-splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense Splitter

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.

Features

  • 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.

Getting Started

Prerequisites

  • Node.js and npm installed on your machine.

Installation

  1. Clone the repository:

    git clone https://github.com/Eloquence98/expense-splitter
    
    
  2. Navigate to the project directory:

    cd expense-splitter
    
    
  3. Install dependencies:

    npm install
    

Usage

  1. Start the React development server:

    npm start
    
  2. Open your browser and navigate to http://localhost:3000.

  3. Use the application to add shared expenses, split bills, and keep track of reimbursements.

License

This project is licensed under the MIT License.