/gitquest

Breakable Toy project for Launch Academy

Primary LanguageRuby

GitQuest

This project was an attempt to add elements of gamification to data provided by the GitHub API. Any GitHub user can be searched to see language usage statistics. After logging in through GitHub, a user can create or work on quests (GitHub-tracked issues) and gain achievements.

Running it locally

git clone https://github.com/zerovolts/gitquest.git
cd gitquest
rails db:setup
rails server

Technologies

  • Rails
  • React / Router
  • MobX (JavaScript state management)
  • GraphQL API