A iOS application built with SwiftUI and Firebase, designed to simplify the coffee ordering process.
- SwiftUI: For creating a modern and responsive user interface.
- Firebase: For backend services like authentication and real-time database.
Click the image below to watch the demo :
- Clone the Repository:
git clone https://github.com/your-username/coffeehub.git cd coffeehub
- Open in Xcode:
- Open the
.xcodeproj
file in Xcode.
- Open the
- Set Up Firebase:
- Create a Firebase project in the Firebase Console.
- Download the
GoogleService-Info.plist
file. - Add the
GoogleService-Info.plist
file to your project in Xcode.
- Build and Run:
- Select a simulator or a connected device in Xcode.
- Click the Run button to build and launch the app.