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

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

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.