Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.5 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.5 KB

Tip Calculator

Description

A tip calculator built using JavaScript and styled with CSS. Designed to work on PC and mobile devices.

Example

Javascript Tip Calculator Tip Calculated

Technologies Used

  • HTML
  • CSS
  • Javascript

Goals

  • Refresh skills in Javascript.
  • Utilise Javascript to calculate and display tip.
  • Users should be able to enter a bill total, select a service quality rating, and the number of people splitting the bill.
  • Input data type is validated. If the user enters numbers, the tip is calculated; if not, an error message is displayed.
  • Use CSS to style a simple application which can be viewed on both PC and mobile devices.

Getting Started

  1. Visit the web page here.
  2. Enter the prompted information.
  3. Press the calculate button and see the results!

Contribution Guidelines

If you would like to contribute code, identify bugs, or propose improvements, please fork this repository and submit a pull request with your suggestions. Below are some helpful links to help you get started:

  1. Project's main repository
  2. Project's issue tracker