/tictactoe

React/Redux version of Tic Tac Toe

Primary LanguageJavaScript

Tic Tac Toe App

React/Redux version of Tic Tac Toe

Online

You can see the project live at http://tictacreact.herokuapp.com/

Local Installation

  1. cd to the project's folder
  2. npm install
  3. npm start
  4. Open http://localhost:3000

Main Technologies Used

  1. create-react-app (Webpack, Babel, React)
  2. Redux (react-redux, redux-thunk)
  3. Sass (BEM)

Others

  1. Minimax implementation by Vivek Panyam