/click-game

A simple project to learn react.

Primary LanguageJavaScript

Click Game

A simple game to train on React.

Requirements

Powers

  • None, yet.

Features

  • Grant bonus score, when the same type of targets are swatted consecutively.

Misc

  • Use two configs, one for dev and another for prod. Use routes to control this.

  • Make the config configurable through URL query params.

Refactoring

  • Write an abstract component to render targets & powers.

  • Spilt the action file into multiple file.