An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

![Cover Image](https://repository-images.githubusercontent.com/887858620/ff2f4cec-940f-482b-a86d-97a169fde164)

# 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).