/react-tic-tac-toe

Tic-Tac-Toe with React and TypeScript

Primary LanguageTypeScript

Tic-Tac-Toe with React and TypeScript

This is a React implementation of a simple Tic-Tac-Toe game. Most of the game logic is abstracted within this package: https://github.com/williangaspar/tic-tac-toe which you can grab and implement the game in any JavaScript framework you like.

layout

Starting the app:

npm install
npm start

Testing:

npm test