Welcome to the Tip Calculator! This is a simple web application that calculates the tip based on the bill amount and splits it among the number of people. Built using HTML, CSS, and JavaScript, this project helps you quickly determine how much each person should contribute to the tip.
- Tip Calculation: Easily calculate the tip based on a specified percentage.
- Split Bill: Divide the total bill (including tip) among multiple people.
Check out the live demo here.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/tip-calculator.git
- Navigate to the project directory:
cd tip-calculator - Open
index.htmlin your web browser to view the application.
- Open
index.htmlin your web browser. - Enter the bill amount in the designated field.
- Select the tip percentage you wish to apply.
- Enter the number of people to split the bill among.
- View the calculated tip per person and the total amount per person.
This project is built with:
- HTML: For the structure of the web page.
- CSS: For styling the web page.
- JavaScript: For the interactive functionality and calculations.
Thank you for using the Tip Calculator! We hope it helps you easily manage your tips and bills. Happy calculating!