jordanlev / pairingpasta

Randomly assign programming pairs from a list of names, while avoiding repeat pairs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pairing Pasta

Source code for https://pairingpasta.xyz

A small web app for randomly assigning a list of people to programming pairs, while avoiding repeats as much as possible.

This app runs entirely in the browser -- no data is sent to a server.

This app was written as a learning project to get familiar with the Svelte JS framework. It is likely not idiomatic svelte code (and definitely not optimized, as the primary data store is 1 big array that probably causes the entire component tree to update every time any single piece of data is changed).

About

Randomly assign programming pairs from a list of names, while avoiding repeat pairs

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 48.9%Language:Svelte 39.8%Language:CSS 8.3%Language:HTML 3.0%