https://github.com/shengyuan-lu/tipper
A tip calculator with custom percentage and memory features. (iOS App)
https://github.com/shengyuan-lu/tipper
codepath-ios prework tip-calculator tip-calculator-application-for-ios tipper
Last synced: 6 months ago
JSON representation
A tip calculator with custom percentage and memory features. (iOS App)
- Host: GitHub
- URL: https://github.com/shengyuan-lu/tipper
- Owner: shengyuan-lu
- Created: 2020-12-28T01:32:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-22T01:36:01.000Z (over 4 years ago)
- Last Synced: 2025-02-09T19:42:11.631Z (8 months ago)
- Topics: codepath-ios, prework, tip-calculator, tip-calculator-application-for-ios, tipper
- Language: Swift
- Homepage:
- Size: 407 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tipper
Tipper is a tip calculator for iOS.## User Stories
The following functionality is implemented:- [x] User can enter a bill amount, choose a tip percentage, and see the tip and total values.
- [x] User can select between tip percentages by tapping different values on the segmented control and the tip value is updated accordingly
- [x] UI animations
- [x] Remembering the bill amount across app restarts (if <10mins)
- [x] The user can set a custom tip percentage
- [x] The user can set a default tip percentage by tapping the settings and the app will remember it.
- [x] The app has both Dark mode and light mode
- [x] The app can be used on different screen sizes and orientations
- [x] The app has an icon designed using Sketch## Video Walkthrough
Here's a walkthrough of implemented user stories: