A timer for keeping track of keyboard timing when mob programming, also works great for pair programming. Add your participants to the list, pick a time interval and get to coding!
This is a rewrite of the Mob Timer I built in ember a while back. I've been hearing all this great stuff about React and I learn best with practice so here's me learning.
Use this to install them:
npm install
Thanks goes out to Emil Löfquist for the simple build system, I stole it from mnd-spotbot-client.
Run the project locally:
grunt
Build the project for production:
grunt build
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request