/iOS-Nanodegree-VideogamesArchive

Final (6th) project created as exercise for the iOS Developer Nanodegree @ Udacity that I am enrolled to.

Primary LanguageSwiftMIT LicenseMIT

iOS Nanodegree Final Project: Videogames Archive

6th project created as exercise for the iOS Developer Nanodegree @ Udacity that I am enrolled to.

App Description:

  • VideoGames Archive is an app that allows users to get info about their favorite videogames, they can browse them by Engines, Platforms, Companies and Genres. All the information is fetched from igdb.com.
  • At the bottom users will find the 4 options mentioned. If you tap one item you will see a carousel of games that match that criteria, for instance, if you are in Genres screen and you tap Strategy, you will get a carousel showing all Strategy games stored in the igdb.com server. Swipe right to navigate through the carousel.

Xcode Project Setup:

  1. Clone the project on your mac
  2. Install all the pod libraries (*See instructions below)
  3. Open VideogamesArchive.xcworkspace file
  4. Select a Simulator, and hit RUN
  5. Enjoy!

Pod Libraries Installation:

  1. Open Terminal app on your mac
  2. Type 'sudo gem install cocoapods' and hit Enter
  3. Navigate to Xcode project folder using 'cd' command (for instance: 'cd /Users/yourUser/Projects/iOS-Nanodegree-VideogamesArchive')
  4. Type 'pod install' and hit Enter