Table Tennis Rating Tracker - Version 1
Video Overview
Project Description
Since my first year of college, I've been a member of the club table tennis team at UVA. Each year, the team sends a set of players to several tournaments, separated into A, B, and C teams.
I became aware of a need for a robust rating system that could be used to objectively identify and rank the team's players. I decided to implement such a system using Google Sheets and Google Apps Script (a Javascript-based language used to interface with Google products).
The final product allows users to record matches and automatically tracks player elo ratings over time. Players are able to view their match history and compare themselves to opponents.
Technologies Used
- Google Sheets - Data storage and user interface
- Google App Script - Sheet functionality, computation, and interactivity