Rica Pizza is a native iOS application with a companion WatchOS app that provides a seamless pizza ordering experience. Built with Swift, it guides users through a step-by-step process to customize their perfect pizza directly from their iPhone or Apple Watch.
- Cross-Platform Ordering: Order from your iPhone or Apple Watch.
- Step-by-Step Customization:
- Size: Choose between Small, Medium, or Large.
- Dough: Select your preferred crust type.
- Cheese: Pick your cheese preference.
- Ingredients: Add your favorite toppings.
- Native Experience: Built using UIKit for iOS and WatchKit for WatchOS.
- Custom UI Components: Includes custom implementations like
UICheckBox.
- Language: Swift
- Frameworks: UIKit, WatchKit, Foundation
- IDE: Xcode
- Clone the repository:
git clone https://github.com/yourusername/pizzeriaWatch.git
- Open
RicaPizza.xcodeprojin Xcode. - Select the target device (iPhone or Apple Watch Simulator).
- Build and Run (
Cmd + R).
- RicaPizza/: Main iOS application source code (ViewControllers, Models).
- RicaPizzaWatch Extension/: WatchOS extension source code (InterfaceControllers).
- RicaPizza.xcodeproj: Xcode project file.
Jose Duin
Created as part of a Swift learning project.

