With TeamBuilder, creating pairs or small teams is a breeze! Simply enter the names, choose how many teams you need – and you're ready to go!
Want to work with the driver-navigator principle? No problem! Just enable the “Driver” mode, and TeamBuilder ensures every team has its own “Driver”.
Start using the app immediately without the need to installing it.
- Enter or import the list of people to be distributed into teams.
- Set the desired count of teams.
- Decide whether you want a driver assigned per team.
- Click the ”Create teams“ button.
The app will randomly organize individuals into evenly distributed teams and assign a driver per team if needed.
To run the application locally, follow these steps:
- Clone the Repository:
git clone <repository-url>
cd <repository-folder>
-
Install Dependencies:
Make sure you have the
pnpm
package manager installed. Then, run:
pnpm install
-
Run the Development Server:
Start the Angular development server with:
pnpm start
The app will be available at http://localhost:4200/
.
This project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3.