Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flochtililoch/tipcalculator
https://github.com/flochtililoch/tipcalculator
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/flochtililoch/tipcalculator
- Owner: flochtililoch
- Created: 2015-09-21T14:44:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-28T01:37:48.000Z (about 9 years ago)
- Last Synced: 2024-04-13T08:08:25.318Z (7 months ago)
- Language: Objective-C
- Size: 4.64 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TipCalculator
This is a Tip Calculator application for iOS submitted as the [pre-assignment](https://gist.github.com/timothy1ee/7747214) requirement for CodePath.
Time spent: 22 hours
## Completed:
* [x] Required: User can enter a bill amount, choose a tip percentage, and see the tip and total values.
* [x] Required: Settings page to change the default tip percentage.
* [x] Optional: UI animations
* [x] Optional: Remembering the bill amount across app restarts (if <10mins)
* [x] Optional: Using locale-specific currency and currency thousands separators.
* [x] 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.
* [x] Additional: Tapping on the total amount will adjust the tip so that the total amount is rounded to the nearest whole denomination.## Demo
![Video Walkthrough](DEMO.gif)