WeSplit is a simple iOS application designed to help users split a check among a group of people. The app allows users to input the check amount, select the number of people, choose a tip percentage, and then calculates the total amount including the tip, as well as the amount each person needs to pay.
- Heavily inspired by the "100 Days of SwiftUI" course by Paul Hudson.
- Clone the repository:
git clone https://github.com/yourusername/WeSplit.git
- Open the project in Xcode:
cd WeSplit open WeSplit.xcodeproj
- Build and run the project using Xcode.
- Enter the check amount in the "Enter the check amount" text field.
- Select the number of people using the "Number of People" picker.
- Choose the desired tip percentage using the segmented control.
- View the total amount and the amount per person in the "Total Amount & Per Person Share" section.