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.
- 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.
- HTML
- CSS
- JavaScript
- Particles.js for particle animation
- Clone the repository:
git clone https://github.com/Anthony01M/expense-splitter.git
- Navigate to the project directory:
cd expense-splitter
- Open
index.html
in your browser to use the Expense Splitter.
- Enter the expense description in the "Expense Description" field.
- Enter the total amount in the "Amount" field (supports decimal values).
- Enter the number of friends in the "Number of Friends" field.
- Click the "Split Expense" button to calculate the share each friend needs to pay.
- The result will be displayed below the form.
This tool is intended for educational and entertainment purposes only.
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.