Easily split your bills with friends.
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!
- Add a bill with a total amount and description
- Add multiple participants
- Automatic calculation of individual shares
- Simple, intuitive interface
- Node.js (v16 or later recommended)
- npm or yarn
-
Clone the repository:
git clone https://github.com/KelvinCode1234/Bill-Splitter.git cd Bill-Splitter -
Install dependencies:
npm install # or yarn install -
Start the development server:
npm run dev # or yarn dev -
Open http://localhost:5173 in your browser.
- Enter the bill name and amount.
- Add the names of each participant.
- The app will automatically split the bill evenly and display how much each person owes.
- JavaScript (React)
- Vite
- CSS
- HTML
Contributions are welcome! Please open an issue or submit a pull request for bug fixes and new features.