/quickmath

React App

Primary LanguageJavaScript

dd

QuickMath

Small app created to practice and learn more about React.

Create a game that shows an equation. A, B, and C should be random numbers, and Y should be the proposed answer.

The user should be able to answer whether it is true that the sum of A, B, and C equals the proposed answer Y.

The user gets a point for each question the user answers correctly.

Every time the user answers a question, a new question that uses randomly generated numbers is displayed.

Built With

Result

Possible improvements

  • Styling
  • Keep result in cookies/offline storage
  • Upload result to server for multiplayer
  • Create online leaderboard
  • ....