This is a Next.js project for a Tic-Tac-Toe game bootstrapped with create-next-app.
- Lets you play tic-tac-toe.
- Indicates who's turn it is and 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.
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev- Open http://localhost:3000 with your browser to see the result.