This is a tournament bracket generator.
The bracket will automatically resize depending on the number of players added.
To advance the players simply click on them.
To delete players, click on the "x" next to them in the list of players.
Pressing the save button will generate a link to access the bracket you created. Make sure to save after editting.
- Make sure you have npm
npm install npm@latest -g
Only the bracketGenerator folder is needed.
Edit some some commented code in Bracket.js to run locally.
- Use
npm i
to install all dependencies - Host at http://localhost:3000/ using
npm start