Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 464 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 464 Bytes

Task 4: Implement Tic Tac Toe game using React

Description

Build a Tic Tac Toe game using React that allows two players to play against each other on the same device.

Requirements

  • The game should indicate when a player has won and highlight the winning line.
  • The game should indicate when the result is a draw.

Example

View the example in the example