Pay Calculator is a web application that allows you to calculate how much each person in a group owes to balance the payments made. It is ideal for situations where several people contribute different amounts of money and need to know how much they owe to equalize contributions.
- Add multiple members with their respective amounts paid.
- Calculate the total and average of the amounts paid.
- Determine how much each member owes to balance the payments.
- Display the results in an easy-to-use interface.
- In the 'Name' field, enter the name of the member.
- In the 'Amount Paid' field, enter the total amount they paid.
- If you need to add more members, click the 'Add Member' button.
- When you are done, click the 'Calculate' button.
- You can see the results at the bottom.
To use this application, simply open the HTML file in your browser. You can download the HTML file and open it locally or deploy it on the following website.
- Open the
index.html
file in your web browser or go to the website. - Enter the names and amounts paid by each member.
- Click 'Add Member' if you need to add more people.
- Once you have added all the members, click 'Calculate' to see the results.
The application code is written in HTML, CSS, and JavaScript. It uses Bootstrap for the design and styling of the user interface elements.
index.html
: Main file containing the HTML structure and JavaScript code for the application's functionality.
Contributions are welcome. If you have any improvements or corrections, feel free to fork the repository and send a pull request.
This project is licensed under the MIT License. See the LICENSE
file for more details.