Bill Split App

before i made changes b1

after I made initial changes

image

This app simplifies the process of splitting bills among friends. Users can input their friends and record who paid for the bill. The application then calculates and displays a clear summary of who owes money to whom, streamlining the process of settling expenses within the friend group.

Getting Started

To use the Bill-Split App, follow these steps:

  1. Clone the GitHub repository to your local machine:
    git clone https://github.com/Kritika30032002/ReactCreations.git
    
  2. Navigate to the project directory:
    cd Bill Split
    
  3. Install the required dependencies using npm:
    npm install
    
  4. Start the app by running:
    npm run start