tommasobonomo / react-tournament

A React application for managing tournaments, with score input and table generation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-tournament

A React application for managing tournaments: you can choose the number of players, input every result and this app will generate a table and keep it up to date with every new score.

Demo

https://tommasobonomo.github.io/react-tournament/

Features on the way

  • Better implementation of the new game feature, without page reload (DONE!);
  • Better checks on score inputs (DONE!);
  • Implementation of settings panel at the start of a new tournament, to choose number of points awarded for each different result (DONE!);
  • Ability to save/load tournaments.

Build

Simply run npm run build to get a static build version of the project.

About

A React application for managing tournaments, with score input and table generation.


Languages

Language:JavaScript 90.9%Language:CSS 5.1%Language:HTML 4.0%