This project is a simple Tic-Tac-Toe (X-O) game developed using TypeScript and the React framework. The game demonstrates the use of modern frontend development practices, including component-based architecture, state management, and reusable UI elements. Players can take turns placing X and O on the board, and the game automatically checks for winners or a draw. The project highlights clean code structure, type safety provided by TypeScript, and interactive user experience powered by React.