项目作者: lduboeuf

项目描述 :
Team Toolbox - Offline/Online web app
高级语言: HTML
项目地址: git://github.com/lduboeuf/team-tool-box.git
创建时间: 2016-12-03T21:10:42Z
项目社区:https://github.com/lduboeuf/team-tool-box

开源协议:MIT License

下载


Welcome to Team Toolbox!

A web app that helps you to:

  • build teams randomly
  • choose randomly members from a Team
  • define passing order
  • find pairs (e.g matches of 2 people)

This webapp can be used without any web servers (at least with firefox web browser) but you will not be able to use remote storage (Oauth constraints)

This webapp source code is not meant to be good programming practice. I made it just for fun.

what’s inside

install

  • open index.html in your favorite browser

development

TTB does not need anything more than an editor to work.
But it use nodejs, grunt(npm install -g grunt) for tests execution and for publishing minification

  1. npm install #will install dev dependencies

see grunt help for available tasks