An app that finds wines that go well with a food.
This project was developed to research and study about accessibility in mobile apps.
With VoiceOver on | With VoiceControl on |
---|---|
Give a food as input and receive:
- Types of wines that go well with that food
- Details about that matching
- Suggestions of wines and their ratings
- Share wine suggestion with friends
- iOS 14.2+
- Xcode 12.0+
To run the app on Xcode, you'll have to have a key for spoonacular API. You can get one by creating an account at spoonacular API website.
After getting the key, you'll need to put it on the project so your app can use the API. Create a file called Config.swift on the Support Files folder. Write the code bellow replacing with your API key from spoonacular:
// Config.swift
let kSpoonacularApiKey = "YOUR API KEY"
- Install CocoaPods. You can do it with
gem install cocoapods
- Update your pods with the command
pod install
- Open the project from the generated workspace (.xcworkspace file).
MIT License
Copyright (c) 2020 Jacqueline Alves
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Jacqueline Alves
LinkedIn: jacquealvesb