dzzzchhh / ttapp-frontend

Frontend Vue application for TTAPP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend for TTAPP (table tennis scoring app)

Latest Version

TTAPP (Table Tennis APP) is a web solution for hosting table tennis tournaments with following features:

  • group tournaments and playoffs tournaments
  • games and tournaments statistics
  • live match scout scoring using keyboard or numpad
  • web sockets based spectate view of live games
  • ELO registry for all participants
  • support for multiple locations
  • point by point view of scouted games

The TTAPP web application consists of two parts:

screenshot.png

Prerequisites:

Running TTAPP API (see API repository for setup instructions)

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

About

Frontend Vue application for TTAPP


Languages

Language:Vue 87.2%Language:TypeScript 7.4%Language:CSS 4.3%Language:JavaScript 0.7%Language:HTML 0.3%