Name Processor

Posted on 20 Nov 2021

JS Tool

JavaScript

A tool to shuffle and/or split labels into groups.

Project Screenshot

Click on image to enlarge

Tech Stack

Frontend

HTML, CSS, JavaScript, jQuery, Font Awesome 5, Bootstrap 5

About

This is a tool I created for my church group. The tool shuffles the labels. There are 2 forms. The first just shuffles the labels. The second splits labels by a number specified by the user. The user can also toggle shuffling of labels too.

Credit to the StackOverflow for solutions to randomising and splitting array into chunks:

  1. Shuffle / Randomise Array
  2. Divide Array into Chunks