/sandbox-fe

Nuxt frontend for sandbox

Primary LanguageVue

Sandbox take home test - frontend

Nuxt 3 project which listens for websocket events from backend to display top 100 players (not top 100 ranked players as players with same scores share ranks) in realtime.

Local installation order

  1. Backend repo: https://github.com/Dobermensch/sandbox-be
  2. This Leaderboard frontend
  3. Game repo: https://github.com/Dobermensch/sandbox-game

Setup

  1. cd to this project directory
  2. run npm run dev or yarn dev
  3. The project should run on port 3002.