WeSplit is a practical iOS app built using SwiftUI, designed to help users easily split bills among friends or colleagues. It calculates the amount each person owes based on the total bill, selected tip percentage, and the number of people sharing the expense.
- Bill Splitting: Easily divide the total bill amount by the number of people.
- Tip Calculation: Select how much tip to leave, with the app calculating the tip amount and adding it to the total.
- Per Person Total: Displays the amount each person needs to pay, including their share of the tip.
- Launch the app.
- Enter the total bill amount.
- Choose the tip percentage you wish to leave.
- Select the number of people splitting the bill.
- View the calculated total per person and the total bill with the tip included.
To run this project locally:
- Ensure you have Xcode installed on your Mac.
- Clone this repository to your machine.
- Open the project in Xcode.
- Build and run the project on an iOS simulator or a physical device.
This project is part of the "100 Days of SwiftUI" course by Paul Hudson. I learned how to build this game and further develop my SwiftUI skills through the course.
Developing WeSplit enhanced my understanding of SwiftUI and its integration with the Swift programming language, allowing me to gain hands-on experience in building and testing iOS applications. In addition to following the main project instructions, I completed extra challenges provided at the end of the course where there were no instructions.


