Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.4 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.4 KB

WeSplit 💸

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.

📖 About the Project

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.

🛠️ Key Features

  • 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.

🚀 Technologies Used

  • Swift
  • SwiftUI

💡 Key Learnings

This project covers:

  • Binding and State Management in SwiftUI.
  • Building clean and responsive layouts.
  • Handling numeric input and simple calculations.

📸 Screenshots

image

🏆 Credits

This project is part of the Hacking with Swift series by Paul Hudson, focused on teaching SwiftUI development.