/reacthello

Primary LanguageJavaScript

Reacthello

Welcome to Reacthello, a web app built in React for the Othello/Reversi game.

To start playing:

  • Clone the source code

  • If you have yarn, do the following

    cd reacthello
    yarn install
    yarn start
  • If you prefer npm

    cd reacthello
    npm install
    npm start

This game is built as a code challenge with time limit. Therefore it's quite rough around the edges.