DnDBeyond / ios-interview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interview

Project setup

  • Install Cocoapods
  • Use pod install to install needed libraries
  • Open Interview.xcworkspace

Requirements

  • Character screen should contain the following information:
    • character name
    • avatar
    • list of inventory items
    • each item should have a name colored based on rarity of the item
      • Common - #F5F8FA
      • Uncommon - #5CBE3E
      • Rare - #5991DC
      • Very Rare - #B55DFF
      • Legendary - #F2A546
      • Artifact - #B78B76
    • item type
    • information whether the item is magical or not below the name
  • The size of the views should adjust to iPads as well
  • The character data should be fetched from the following url dynamically (not included locally):
  • When implementing the UI, please consult the attached design mockup (including attached fonts and icons):

About


Languages

Language:Swift 99.7%Language:Ruby 0.3%