bobby-lin / react-tic-tac-toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Beginner Tutorial - Tic Tac Toe

https://reactjs.org/tutorial/tutorial.html

A tic tac toe game to explore React fundamentals such as components, props, render etc.

The following additional features are implemented:

  • Lets you play tic-tac-toe,
  • Indicates when a player has won the game,
  • Stores a game’s history as a game progresses,
  • Allows players to review a game’s history and see previous versions of a game’s board.

About


Languages

Language:JavaScript 69.4%Language:HTML 22.3%Language:CSS 8.3%