Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 796 Bytes

File metadata and controls

12 lines (8 loc) · 796 Bytes

math-practice

A simple webapp for youth math practice in addition, subtraction, and multiplication. This is meant as a demo/toy app to entice young kids to practice more often. My daughter kept asking me to write math problems for her to practice with and this seemed like a fun way to do that.

Github pages link for demo: Math Practice

TODO:

  • Update to Material Components for the Web since Material Design Lite is no longer supported
  • Rearrange operands so that subtraction doesn't give negative results to keep this simple or set as option
  • Option to set num_limit (operand limit)
  • Needs to be refactored