This project is a simple calculator for the Table Tennis Rating (TTR) created with React and TypeScript. All calculations are done directly in the frontend, you don't need any backend to run this app. In case you want to try out the calculator, just visit this website. In case you are only interested in the udnerlying TypeScript calculator, you should visit this project.
The usual commands for React projects can be used in this project.
yarn install
to install all dependenciesyarn start
to run the app locally for developmentyarn build
to build the app for productionyarn deploy
to build the app and deploy the result to GitHub Pages. In case you fork this project, you might need to adapt the deployment options in thepackage.json
file to fit your needs.