This is a simple web application that helps you calculate the total bill amount and the amount to be split per person.
-
Add Items:
- Click the "Add Items" button to dynamically add items with their respective amounts.
-
Calculate:
- Enter the total bill amount in the "Total Bill Amount (₹)" field.
- Enter the number of persons in the "Number of Persons" field.
- Click the "Calculate" button to see the amount to be split per person.
-
Clone the repository:
git clone https://github.com/your-username/split-bill-calculator.git
-
Open
index.html
in your web browser. -
Start adding items and use the "Calculate" button to get the results.
index.html
: HTML file containing the form structure.script.js
: JavaScript file for form validation and submission.
If you'd like to contribute to this project, please follow these steps:
-
Fork the Repository:
- Click on the "Fork" button on the top right of the GitHub page.
-
Create a new branch.
git checkout -b feature-name
-
Make your changes and commit them.
git commit -m "Add new feature"
-
Push to Your Branch:
git push origin feature-name
-
Create a Pull Request:
- Create a pull request on GitHub.
This project is licensed under the MIT License.