https://github.com/chmac/pairing-rounds
Split a group into pairs so each person meets every other person only once
https://github.com/chmac/pairing-rounds
Last synced: about 1 year ago
JSON representation
Split a group into pairs so each person meets every other person only once
- Host: GitHub
- URL: https://github.com/chmac/pairing-rounds
- Owner: chmac
- License: agpl-3.0
- Created: 2022-01-06T17:46:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-06T18:35:07.000Z (over 4 years ago)
- Last Synced: 2025-02-14T04:39:45.885Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://chmac.github.io/pairing-rounds/
- Size: 1.34 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Pairing Rounds
Given a group of people, split them into pairs. Then each round, calculate a new
set of pairs where each person will meet every other person only once.
This is built as a progressive web app with creat-react-app. The code lives in
the `frontend/` folder. It's published on GitHub pages at:
https://chmac.github.io/pairing-rounds/
## Persistence
Data is (currently) only saved in your browser, reloading the page will clear
the whole data. Next step is to persist to local storage.