A single page web app to organize secret santa "events", which stores no user data.
Download and extract the zip, and open index.htm.
Enter a budget, or max spend, for your secret santa event. (eg. £5, "roughly a tenner", $4.50).
Type in the names of every participant. You can use Enter to add a new blank entry, or press the "+" button.
Click the X to delete individual participants.
Press finished.
You will initially be presented with a button for each participant. These contain a secret link for the participant to visit and find out who they were assigned.
You can now:
- Click individual participants to copy their link to clipboard.
- Click to copy all participants in one, for pasting into a group email, for example.
- Click to see who got who (and, if you wish, copy all THOSE results).
- Go back to make adjustments.
- Start from scratch.
Please open an issue for support.
Clipboard function from clipboard.js. My previous clipboard function only worked on android/windows, and I plan to write my own when I have an iOS device for testing cross-browser compatibility.