This repository contains the source code for Tipsy, an iOS application designed to help users calculate tips and split bills among multiple people. The app is built using Swift and provides a simple, user-friendly interface for quick calculations.
Tipsy is an iOS application that makes it easy to calculate the tip and total bill per person. Whether you're dining out with friends or sharing expenses, Tipsy ensures everyone pays their fair share.
-
Tip Calculation: Easily calculate tips based on the total bill and desired tip percentage.
-
Bill Splitting: Split the bill evenly among multiple people.
-
User-friendly Interface: Simple and intuitive design for easy use.
-
iOS 13.0+
-
Xcode 11+
To set up the project on your local machine, follow these steps:
- Clone the repository:
git clone https://github.com/adnanAlKharfan/Tipsy-Application.git
- Navigate to the project directory:
cd Tipsy-Application
- Open the project in Xcode:
open Tipsy.xcodeproj
- Build and run the project:
- Select the target device (e.g., iPhone simulator or connected device) and click on the run button or press Cmd + R to build and run the app.
-
Launch the app:
Open the Tipsy app on your iOS device.
-
Enter Bill Amount:
Input the total bill amount.
-
Select Tip Percentage:
Choose the desired tip percentage.
-
Choose Number of People:
Select the number of people to split the bill.
-
Calculate:
Press the "Calculate" button to view the total amount per person.
Contributions are welcome! Feel free to open issues or submit pull requests.