Quizzily creates games from your flashcards on Quizlet
A Swift app using Quizlet's API and Core Data to create quizzes.
- Get a Quizlet API key
- Copy
Keys.example.xcconfigtoKeys.xcconfigand replaceYOUR_API_KEY_HEREforQUIZLET_KEYin the file with your API key from step 1 - (Optional) You could also get a Smooch API key and repeat step 2 for
SMOOCH_KEYin order to enable in-app customer support - Install Cocoapods dependencies:
pod install - Open
Quizzily.xcworkspace - Clean build folder / clear derived data (
⌥⇧⌘K) - Run the app
