/tip-calculator

Primary LanguageJavaScriptMIT LicenseMIT

Tip Calculator

Team Members

  • Kyle Cordell

Description

The Tip Calculator is a simple tool designed to calculate the recommended tip when dining out. It eliminates the need to manually perform the math and helps users adhere to proper tipping etiquette.

Problem Domain

When dining out, it can be challenging to calculate the appropriate tip amount. The Tip Calculator simplifies this process by allowing users to enter the bill amount and select the desired tip percentage. It calculates the tip amount and provides the total bill including the tip.

Version

1.0.0

Technologies

  • Vanilla JavaScript
  • HTML
  • CSS

Local Installation

No installation is required for this project. Simply open the index.html file in a web browser to use the Tip Calculator.

URL

Navigate to https://kcords.github.io/tip-calculator/

Usage

  1. Open the index.html file in a web browser.
  2. Enter the bill amount in the provided input field.
  3. Select the desired tip percentage using the provided options.
  4. The calculated tip amount and total bill including the tip will be displayed.