tonywei92 / react-tictactoe

Visit React TicTacToe at https://tonywei92.github.io/react-tictactoe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React TicTacToe

A TicTacToe game based on React Web App

Key features:

  • Grid upto 1000x1000! 💪
  • Play with timer for each turn
  • Responsive UI, enjoy playing game at any screen

Installation

$ npm install

or

$ yarn install

Building

$ yarn build

or

$ npm run build

Development

You can read CHANGELOG here.

Running with development environment:

$ yarn start

or

$ npm start

Testing

There are two types of tests, Unit test and Snapshot test. To run the tests, run following command:

$ yarn test

or

$ npm start test

You can read about Jest here

About

Visit React TicTacToe at https://tonywei92.github.io/react-tictactoe


Languages

Language:TypeScript 95.7%Language:HTML 2.4%Language:CSS 1.3%Language:JavaScript 0.5%