DEV Community

Corey Thompson
Corey Thompson

Posted on

A Secret Santa Assignment Tool in Svelte 3

Does anybody else have this problem? My family asks me to have everyone draw names from a hat, something I could do in 3 minutes. Where does my mind go?

"I've done this hundreds [read '5'] of times. I could fix this by [...]"

There I go again, trying to fix the world's non-existent problems.

Anyways, I thought I'd share my latest project, which was to whip together a basic tool to randomize the assignments for our family's Secret Santa.

Secret Santa Shuffler

It's a pretty basic app made with Svelte 3, which is what I've been using for the last few months for small projects. I was looking for an excuse to try the awesome built-in Svelte animations.

If you'd like to fork and give it superpowers (like input validation), the source code is public on my GitHub.

GitHub logo thompcd / secret-santa-shuffle

Secret Santa assigner

Oldest comments (0)