Skip to content

ashug09/Tip-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tip Calculator

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.

Features

  • Tip Calculation: Easily calculate the tip based on a specified percentage.
  • Split Bill: Divide the total bill (including tip) among multiple people.

Table of Contents

Demo

Check out the live demo here.

Installation

To run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/yourusername/tip-calculator.git
  2. Navigate to the project directory:
    cd tip-calculator
  3. Open index.html in your web browser to view the application.

Usage

  1. Open index.html in your web browser.
  2. Enter the bill amount in the designated field.
  3. Select the tip percentage you wish to apply.
  4. Enter the number of people to split the bill among.
  5. View the calculated tip per person and the total amount per person.

Technologies

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!

About

This a very simple web app made with HTML, CSS, JS that calculates the tip and also divides the amount among the people

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors