Scrum tool
Just execute this command:
git clone https://github.com/FabioDiMonte/ScrumDown.git && cd ScrumDown && npm install && grunt && open build/index.min.html
In details, you should:
- clone the project
- execute
npm installonce - now you can do one of the following:
- open the file
src/index.html - execute
grunt buildand then open the builtbuild/index.min.html
- open the file
Insert the desired countdown in the form [NN]h[NN]m[NN]s where [NN] is the desired amount of time.
eg:
2h30m15s, 15m, 24h, 2h20s, 70s, 80m, 30s10m, ...
At any time you can:
- Press
ENTERto start the counter from the beginning - Press
SPACEto play/pause the counter - Press
ESCto stop the counter