Skip to content

QMath — A simple web app that gives out basic math question.

Notifications You must be signed in to change notification settings

iwanharyatno/qmath

Repository files navigation

QMath

QMath - Desktop QMath — A simple front-end website that gives out a basic math problem, and you can solve it quickly!

Usage

There are some components in this app, including.

  • Navbar, this part contains the app title and settings icon.
  • Problem Frame, this part contains the math problem (addition, subtraction, multiplication, or division), and of course the answer field right below the separator line.
    • Evaluate Button, check your answer by clicking on this button.
    • Random Button, shuffle the math problem.

The Settings

QMath - Settings You can customize the behavior of the app by adjusting some options in settings. You can open it by clicking on the gear icon on the top right of the screen, and you can do the same thing to close the settings dialog. Some options include.

  • The operation, select the math operations.
    • ➕ Addition, Treat operands with addition operation. The result is sum of the top number and the bottom number.
    • ➖ Subtraction, Treat operands with subtraction operation. The result is the top number minus the bottom number.
    • ✖️ Multiplication, Treat operands with multiplication operation. The result is the top number times the bottom number.
    • ➗ Division, Treat operands with division operation. The result is the top number divided by the bottom number. And you must at least compute the result with 3 decimal precision and round it by 2 decimal precision (e.g. if the result is 4.666 then the answer is 4.67).
  • Number 1 Range, set the range of the top number.
  • Number 2 Range, set the range of the bottom number.
  • Apply Button, don't forget to apply the modified settings.

About

QMath — A simple web app that gives out basic math question.

Topics

Resources

Stars

Watchers

Forks