Skip to content

jacquealvesb/wine-pairing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wine Pairing

An app that finds wines that go well with a food.

Goals

This project was developed to research and study about accessibility in mobile apps.

Overview

With VoiceOver on With VoiceControl on

Features

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

Requirements

  • iOS 14.2+
  • Xcode 12.0+

Running

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.

Setup

spoonacular API

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"

CocoaPods

  1. Install CocoaPods. You can do it with gem install cocoapods
  2. Update your pods with the command pod install
  3. Open the project from the generated workspace (.xcworkspace file).

License

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.

Author

Jacqueline Alves

LinkedIn: jacquealvesb

About

An app that finds a wine that goes well with a food.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published