JavaScript tip calculator
This script consists of user input--> total bill amount and bill percent and it calculates the tip amount and the total bill.
Enter bill amount and tip percent to obtain the tip amount to be paid.
- HTML5
- CSS3
- JavaScript
- Download or clone the repository
git clone https://github.com/supzi-del/Web-dev-mini-projects.git
- Go to the directory
- Run the index.html file
- Calculate tip.