React Tic Tac Toe The goal of this app is to develop an application which takes a tic tac toe board, and outputs who the winner is (if any), or whether it is a draw. Setup npm install Running tests npm test