Reversi game implement with React.
This repo is build for fun.
- Hint candidate
- Retract
- AI
- React
- xstate (for state management)
- jotai (for state management)
- TypeScript
- tailwindcss
- Vite (for bundling and development server)
- TanStack Start
- Vitest (for testing)
- ESLint (for linting)
- Prettier (for formatting)
- Clone the repository:
git clone https://github.com/DanSnow/react-reversi
- Navigate to the project directory:
cd react-reversi - Install dependencies using pnpm:
pnpm install
To run the project locally:
pnpm run devThis will start the development server at http://localhost:3000.