Skip to content

KelvinCode1234/Bill-Splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bill Splitter

Easily split your bills with friends.

Overview

Bill Splitter is a simple web application for sharing expenses among friends, roommates, or colleagues. Enter your bill details, add participants, and let the app calculate who owes what-making group payments hassle-free!

Features

  • Add a bill with a total amount and description
  • Add multiple participants
  • Automatic calculation of individual shares
  • Simple, intuitive interface

Demo

Getting Started

Prerequisites

  • Node.js (v16 or later recommended)
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/KelvinCode1234/Bill-Splitter.git
    cd Bill-Splitter
  2. Install dependencies:

    npm install
    # or
    yarn install
  3. Start the development server:

    npm run dev
    # or
    yarn dev
  4. Open http://localhost:5173 in your browser.


Usage

  1. Enter the bill name and amount.
  2. Add the names of each participant.
  3. The app will automatically split the bill evenly and display how much each person owes.

Technologies Used

  • JavaScript (React)
  • Vite
  • CSS
  • HTML

Contributing

Contributions are welcome! Please open an issue or submit a pull request for bug fixes and new features.

Author

KelvinCode1234

About

Easily split your bills with friends

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors