/timestable

A simple javascript project that helps you learn 1-10 times table.

Primary LanguageJavaScript

Timestable

A simple javascript project that helps you learn the times table (1-10).

Built with node.js using the following modules;

  • grunt
  • grunt-contrib-jasmine
  • grunt-contrib-jshint
  • grunt-contrib-uglify
  • grunt-contrib-watch

See here for running example. Optimized for mobile platform.

Backlog

[ ] Non-Mobile platforms should support keyboard input... [X] Filter to remove number sets like 1,2,3 etc... [X] Randomly pick from the top four instead of the top ten. [X] Refactor gameViewController to remove dependency on jQuery