ShopIt is a SwiftUI iOS app for browsing grocery categories, viewing product items, and saving favorites.
- macOS with Xcode 15+
- iOS 17+ simulator (or a physical iOS device)
- Open
ShopIt.xcodeprojin Xcode. - Select the
ShopItscheme. - Choose an iOS simulator.
- Press Run (
Cmd + R).
ShopIt/Views: App screens (ContentView, category and favorites views)ShopIt/Components: Reusable UI pieces (cards, rows, favorite button, item views)ShopIt/Models: Data models (Item,Category)ShopIt/Assets.xcassets: Category and item image assetsShopIt/Preview Content: SwiftUI preview helpers and preview assets
- A repository-level
.gitignoreis included for Xcode build outputs and user-local files. - Common local artifacts like
DerivedData,xcuserdata, and.DS_Storeare ignored.
- Swift
- SwiftUI
- Xcode project (
.xcodeproj)