Skip to content

A tic tac toe game made by react and redux toolkit.

Notifications You must be signed in to change notification settings

errixed/redux-tictactoe

Repository files navigation

My Skills

redux-tictactoe

A tic tac toe game made by react/typescript and redux toolkit

GitHub followers GitHub forks GitHub watchers GitHub Repo stars

setups

  1. install node.js on your local machine
  2. install package.json by running below code in the root directory of project where package.json file exists
npm install
npm start