Dav/Devs Footer Logo Dav/Devs

Name Processor

JS Tool

Toolkit

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