A simple tic tac toe game built with React + TypeScript.
- Clone the repository:
git clone https://github.com/johansneirap/tic-tac-toe-react.git - Install the dependencies:
npm install - Start the development server:
npm run dev - Open http://localhost:5173 to view the game in the browser.
- The game is played on a 3x3 board.
- Players take turns placing their mark (X or O) on the board.
- The first player to get three of their marks in a row, column, or diagonal wins.
- If the board is full and no one has won, the game is a tie.
- React.js
- Typescript
- CSS
- HTML
- Improve look and feel
- Make multiplayer option
If you would like to contribute to this project, please fork the repository and make your changes. Then, submit a pull request for review.