A simple Grouping system that gets a list of comma separated names and Groups and assigns the names to the groups at random.
Step 1: Add Names spearated by commas (,). Do the same for the groups.
step 2: Click Run. The groups will be formed below the page.
- HTML: Structure of the page.
- CSS: Basic styling for the interface.
- JavaScript: Logic for randomizing and assigning students to groups.
- Add the ability to save and export results.
- Implement a more advanced user interface.
- Add validation for input fields.
- Exporting the Randomized Output as Text/Word/Excel Document.