A timer for stand ups
$ git clone [email protected]:anthony-maudry/standup-timer.git
$ cd standup-timer
$ npm install
$ npm start
And point your browser to http://localhost:8000
. Optionally, specify
a port by supplying the PORT
env variable.
- Multiple users can join a stand-up
- Each user defines a user name and the name of the stand-up to join
- The application will randomly design a user to speak.
- Each user has two minutes to speak
- The "Start new meeting" feature does not work
- The behavour is weird when a user reachs a running meeting
- The meeting information are not displayed