TurboVault

Your personal video game collection tracker. Organize, track, and showcase your gaming library.

Quick Links

    <% if user_signed_in? %>
  • <%= link_to "Dashboard", dashboard_path, class: "text-gray-400 hover:text-white" %>
  • <%= link_to "Games", games_path, class: "text-gray-400 hover:text-white" %>
  • <%= link_to "Collections", collections_path, class: "text-gray-400 hover:text-white" %>
  • <%= link_to "Settings", settings_path, class: "text-gray-400 hover:text-white" %>
  • <% else %>
  • <%= link_to "Home", root_path, class: "text-gray-400 hover:text-white" %>
  • <%= link_to "Sign Up", signup_path, class: "text-gray-400 hover:text-white" %>
  • <%= link_to "Login", login_path, class: "text-gray-400 hover:text-white" %>
  • <% end %>

Features

  • 📚 Track Physical & Digital Games
  • 🎮 IGDB Integration
  • 📊 Collection Statistics
  • 🔐 RESTful API Access

Resources

  • <%= link_to "API Documentation", api_docs_path, class: "text-gray-400 hover:text-white" %>
  • GitHub
  • Powered by IGDB

© <%= Time.current.year %> TurboVault. Built with Rails 8 & Hotwire.

Game data supplied by IGDB

<% if user_signed_in? %> Logged in as <%= current_user.username %> <% else %> <%= link_to "Create an account", signup_path, class: "text-indigo-400 hover:text-indigo-300" %> to get started <% end %>