Skip to content

mkdrx/tic-tac-toe

Repository files navigation

Tic Tac Toe Game using React

t1 t2

  • Clone the project
  git clone https://github.com/mkdrx/tic-tac-toe.git
  • Go to the project directory
  cd tic-tac-toe
  • Install dependencies
  npm install
  • Run dev environment
  npm run dev