Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 756 Bytes

File metadata and controls

37 lines (24 loc) · 756 Bytes

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.

Use of the Project:

Enter bill amount and tip percent to obtain the tip amount to be paid.

Used Stack

  • HTML5
  • CSS3
  • JavaScript

Steps to Use:


  • 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.

Video