Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 305 Bytes

File metadata and controls

2 lines (2 loc) · 305 Bytes

react-tic-tac-toe

Tic-Tac-Toe React Game A simple Tic-Tac-Toe game built with React. Two players take turns marking spaces in a 3x3 grid, aiming to align three marks in a row, column, or diagonal to win. This project showcases basic React concepts like components, state management, and event handling.