About StudentSorter
StudentSorter was built on October 20th-22nd, 2023 for BeaverHack's Fall 2023 "Hack Education" Hackathon. The devpost can be found here.
StudentSorter is composed of the following:
- TeamBuild - Creates teams based on a given team size and a student list, and also considers given banned partner information
- SeatBuild - Creates a seating chart based on a given number of seat columns and a student list
Within the webapp, users may upload .csv files to populate the student list. They can also add and delete students as well. The results from both pages can be exported by the user.
The github repository can be found here.