Skip to content

A swift app that calculates the bill including tip and can split it amongst a group of friends!

Notifications You must be signed in to change notification settings

nguyen18/Tip-n-Split-Calculator

Repository files navigation

Tip-n-Split-Calculator

A swift app that calculates the bill including tip and can split it amongst a group of friends!

Submitted by: Taylor Nguyen

User Stories

The following required functionality is complete:

  • User can enter a bill amount, choose a tip percentage, and see the tip and total values.
  • User can select between tip percentages by tapping different values on the segmented control and the tip value is updated accordingly

The following optional features are implemented:

  • UI animations
  • Remembering the bill amount across app restarts (if <10mins)
  • Using locale-specific currency and currency thousands separators.
  • Making sure the keyboard is always visible and the bill amount is always the first responder. This way the user doesn't have to tap anywhere to use this app. Just launch the app and start typing.

The following additional features are implemented:

  • Create a custom tip percentage (converts whole number to decimal to calculate tip)
  • Split the tip and bill amongst a number of people; also shows how much tip and total per person when splitted
  • Always split it amongst at least 1 person
  • Reset button to clear the screen
  • UI details (rounded edges, etc.)

Video Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough

Notes

About

A swift app that calculates the bill including tip and can split it amongst a group of friends!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages