react-reversi

Reversi game implement with React.
This repo is build for fun.

Features

  • Hint candidate
  • Retract
  • AI

Build with

  • 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)

Installation

  1. Clone the repository:
    git clone https://github.com/DanSnow/react-reversi
  2. Navigate to the project directory:
    cd react-reversi
  3. Install dependencies using pnpm:
    pnpm install

Running the Project

To run the project locally:

pnpm run dev

This will start the development server at http://localhost:3000.