Hey there
Foodee is an app for food lovers build in SwiftUI. The YT tutorials can be found on my channel. Figma and bonus video on my Patreon page.
About
- Using Combine + URLSession + Codable + SwiftUI
- AutoComplete endpoint using new
.searchable
modifier and more - MapKit + CoreLocation
- UI and Figma overview
Get Started
- Clone the repo
git clone https://github.com/gtokman/FoodeeApp.git
- Open the app in the latest version of Xcode.
- Sign up for the Yelp API here: https://www.yelp.com/developers
- Check out the YouTube video to start building the app.
External Dependency
- ExtensionKit – https://github.com/gtokman/ExtensionKit
- Swiftgen is used to generate images and strings. Run
swiftgen
from the project root to regenerate the assets.