https://github.com/feryardiant/poc-brackets
[POC] A single-elimination tournament bracket
https://github.com/feryardiant/poc-brackets
learn proof-of-concept single-elimination tournament-bracket
Last synced: 4 months ago
JSON representation
[POC] A single-elimination tournament bracket
- Host: GitHub
- URL: https://github.com/feryardiant/poc-brackets
- Owner: feryardiant
- License: mit
- Created: 2024-11-13T12:07:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-02T20:47:39.000Z (5 months ago)
- Last Synced: 2025-01-02T21:32:37.081Z (5 months ago)
- Topics: learn, proof-of-concept, single-elimination, tournament-bracket
- Language: JavaScript
- Homepage: https://poc-brackets.feryardiant.id/
- Size: 683 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

# Tournamen Bracket
The main goal of this project is to learn how generate single-elimination tournament bracket based on number of participant as simple as possible.
- **No build process** - Uses native `esm` that already natively supported by all major browsers
- **No dependencies** - I don't want to be tied to any libraries or frameworks## Demo
URL: https://poc-brackets.feryardiant.id
> [!TIP]
> Use Left or Right arrow key to change number of participant, or use slider on the top-right corner of the page.## Resources
- https://en.wikipedia.org/wiki/Bracket_(tournament)
- https://en.wikipedia.org/wiki/Double-elimination_tournament## License
This project is open-sourced software licensed under [MIT license](LICENSE.md).