WeSplit is a simple yet elegant app designed to help users split bills quickly and efficiently. Built with SwiftUI, the app focuses on user-friendly input and instant calculations, making it perfect for dining out with friends or managing shared expenses.
WeSplit allows users to enter the total bill amount, select the number of people sharing it, and choose a tip percentage. The app instantly calculates the per-person amount and ensures an accurate split. This project is part of the Hacking with Swift series, showcasing the basics of SwiftUI while building a practical app.
- Dynamic Input: Enter bill amounts and adjust the number of people easily.
- Tip Calculation: Choose from predefined tip percentages for quick adjustments.
- Instant Feedback: The app provides real-time updates as inputs change.
- Swift
- SwiftUI
This project covers:
- Binding and State Management in SwiftUI.
- Building clean and responsive layouts.
- Handling numeric input and simple calculations.
This project is part of the Hacking with Swift series by Paul Hudson, focused on teaching SwiftUI development.