Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 890 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 890 Bytes

Tip Calculator

Tippy computes the tip and total amount for a bill and splits between people. The app uses the base amount, tip percentage and number of people to calculate the amount owed, and it also describes the quality of service based on the tip.

Time spent: 6 hours spent in total

Functionality

The following required functionality is completed:

  • User can enter in a bill amount (total amount to tip on)
  • User can enter a tip percentage (what % the user wants to tip).
  • The tip and total amount are updated immediately when any of the inputs changes.
  • The user sees a label or color update based on the tip amount.
  • User can split the bill evenly between number of people

The following extensions are implemented:

  • Custom colors palette selected
  • Split bill between people