https://github.com/gtokman/foodeeapp
Starter Project for Yelp clone built-in SwiftUI
https://github.com/gtokman/foodeeapp
api combine swiftui xcode yelp
Last synced: about 1 year ago
JSON representation
Starter Project for Yelp clone built-in SwiftUI
- Host: GitHub
- URL: https://github.com/gtokman/foodeeapp
- Owner: gtokman
- License: mit
- Created: 2021-09-21T15:20:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-07T18:36:23.000Z (over 4 years ago)
- Last Synced: 2025-03-29T22:51:16.476Z (about 1 year ago)
- Topics: api, combine, swiftui, xcode, yelp
- Language: Swift
- Homepage: https://www.youtube.com/watch?v=-DSdeMlxlis&t=1349s&ab_channel=GaryTokman
- Size: 2.01 MB
- Stars: 20
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Hey there 
Foodee is an app for food lovers build in SwiftUI. The YT tutorials can be found on my [channel](https://www.youtube.com/watch?v=-DSdeMlxlis&t=56s&ab_channel=GaryTokman). Figma and bonus video on my [Patreon](https://www.patreon.com/6ary) page.
## About
* Using Combine + URLSession + Codable + SwiftUI
* AutoComplete endpoint using new `.searchable` modifier and more
* MapKit + CoreLocation
* UI and Figma overview
## Get Started
1. Clone the repo `git clone https://github.com/gtokman/FoodeeApp.git`
2. Open the app in the latest version of Xcode.
3. Sign up for the Yelp API here: https://www.yelp.com/developers
4. 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.