Skip to content

NoorKhan/tt-rating-calc

Repository files navigation

Table Tennis Rating Calc

A simple web application to calculate rating changes based on the USATT algorithm.

Currently, it only does 1 pass, so it can't be used for unrated players. I might expand upon this in the future.

image of ui

Developing

Run pnpm install, then you can start a development server with:

pnpm run dev

# or start the server and open the app in a new browser tab
pnpm run dev -- --open

Building

To create a static production bundle, run the following:

pnpm run build

You can preview the production build with pnpm run preview.

About

A simple calculator based on the USATT algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published