Skip to content

ajsaraujo/mobtimer-react

 
 

Repository files navigation

Mob Timer React

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.

http://mobtimer.zoeetrope.com

Dependencies

Use this to install them:

npm install

Building and running

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

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.4%
  • CSS 8.6%
  • HTML 2.0%