Skip to content

Instantly share code, notes, and snippets.

@vartikasingh
Created September 23, 2015 05:08
Show Gist options
  • Save vartikasingh/90f61ba064db095bad81 to your computer and use it in GitHub Desktop.
Save vartikasingh/90f61ba064db095bad81 to your computer and use it in GitHub Desktop.
Prework

TipCalculator

This is a Tip Calculator application for iOS submitted as the pre-assignment requirement for CodePath.

Time spent: 2.5 hours

Completed:

  • [] Required: User can enter a bill amount, choose a tip percentage, and see the tip and total values.
  • [] Required: Settings page to change the default tip percentage.
  • [] Optional: UI animations
  • [] Optional: Remembering the bill amount across app restarts (if <10mins)
  • [] Optional: Using locale-specific currency and currency thousands separators.
  • [] Optional: 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.

![Video Walkthrough](name of your gif file.gif)

Note: to embed the gif file, just check your gif file into your repo and update the name of the file above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment