- 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.
- Check out a live demo here!
This is a simple project displaying the knowledge of
- React
- React-dom
- useState
Check it out yourself!
npm install
npm run start