iOS App: Tip Calculator

An app to split the bill.

The Tip Calculator app is a user-friendly iOS application, crafted in Swift, to simplify the process of calculating tips and splitting bills. With a clean and intuitive interface, this app ensures a hassle-free experience for users looking to manage their expenses efficiently. It offers pre-determined tip percentages (15%, 18%, and 20%) and a convenient stepper for selecting the number of people to split the total bill among. The key features include an easy-to-use interface, three pre-determined tip buttons, a stepper for bill splitting, and seamless calculation and display of the total tip, individual share, and final bill per person.

Getting started with the Tip Calculator app requires Xcode 12 or higher, Swift 5, and iOS 13.0+. To install, clone the repository to your local machine, open the project in Xcode, and build and run the application on the iOS simulator or a physical device. In terms of usage, launch the app on your iOS device, enter the total bill amount, select a tip percentage, use the stepper for bill splitting, and press the "Calculate" button to view the results on a new screen. The GitHub repository for this projcect can be found here