Skip to content

Anthony01M/expense-splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense Splitter

This project is a simple implementation of an expense splitter where the user can input expenses and split them among friends, with individual share calculations. The application also includes features to display particle animations in the background for visual enhancement.

Features

  • Input expense description, amount, and number of friends.
  • Calculate the share each friend needs to pay.
  • Display the result in a formatted manner.
  • Background color changes periodically for a dynamic visual effect.
  • Particle animation background.

Technologies Used

Installation

  1. Clone the repository:
    git clone https://github.com/Anthony01M/expense-splitter.git
  2. Navigate to the project directory:
    cd expense-splitter
  3. Open index.html in your browser to use the Expense Splitter.

Usage

  1. Enter the expense description in the "Expense Description" field.
  2. Enter the total amount in the "Amount" field (supports decimal values).
  3. Enter the number of friends in the "Number of Friends" field.
  4. Click the "Split Expense" button to calculate the share each friend needs to pay.
  5. The result will be displayed below the form.

Disclaimer

This tool is intended for educational and entertainment purposes only.

License

This project is licensed under the MIT License. See the LICENSE file for details.


This project is part of my portfolio. Feel free to check out my other projects on GitHub.