Skip to content

iPhone app for tracking your progress in videogames. Project started with the only purpose of learning SwiftUI.

License

Notifications You must be signed in to change notification settings

lui5fl/gametrack

Repository files navigation

Gametrack

Gametrack is an iPhone app for tracking your progress in videogames. I've started this project with the sole purpose of learning SwiftUI: this means the app may never get finished.

Screenshots

screenshots

Before building the app

Follow the next steps to successfully build and run the app:

  1. Go to the IGDB API Docs and do what the Account Creation and Authentication sections say. Take note of your Client ID and your Access Token: ideally you'd input your Client Secret inside the app so it can automatically request a new Access Token every time it expires, but this hasn't been implemented yet
  2. Open Gametrack.xcworkspace
  3. Create a Key.plist file in the root of the project and add two rows, "clientId" and "accessToken", whose values will respectively be your Client ID and your Access Token (to no one's surprise!)
  4. You're all set!

Dependencies (pods)

Shoutouts

License

Released under AGPL-3.0 license. See LICENSE for details.

About

iPhone app for tracking your progress in videogames. Project started with the only purpose of learning SwiftUI.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published