A responsive 'Secret Santa' style gift exchange picker/matcher where you don't have to give a random service your emails. You can self host it or just use it here on GitHub. Instead of drawing just one name it is configurable. 1,2,3,4+ assignments, no problem.
Demo/App/Its right here just click it.
- Picks are random
- Cannot pick yourself
- Cannot get the same person twice
- Everyone must have the same number of gifts
- Exclusions must be honored
Distributed under the MIT License Dependencies distributed under their respective licenses. See package.json for more information
© Jacob Liscom 2022
Special thanks to arcanis' secretsanta for inspiration.
npm install
npm run serve
npm run build
npm run test:unit
npm run test:e2e
npm run lint