A tool to support a team at Dailies. Simply enter the names of the participants, press shuffle and start your meeting.
Try it directly on stackblitz: https://another-standup-order.stackblitz.io/?names=Mr.Smith,Jane,Doe
to start it locally:
- first install all packages with 'npm install' or 'yarn'
- next step is to build and start the app with 'ng serve' or 'yarn start'