Created with educational purpose
This is a tic-tac-toe game that:
• Lets you play tic-tac-toe, • Indicates 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.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh