A small tic-tac-toe game build with ReactJS
Go to file
2023-08-10 19:45:54 +02:00
public React DevTools 2023-07-31 14:28:31 +02:00
src clean up 2023-07-31 19:10:50 +02:00
.gitignore Sample app 2023-07-31 13:16:42 +02:00
package-lock.json Sample app 2023-07-31 13:16:42 +02:00
package.json Sample app 2023-07-31 13:16:42 +02:00
README.md add install readme 2023-08-10 19:45:54 +02:00

TicTacToe

A small tic-tac-toe game build with ReactJS

Installation

  • Install Node.js
  • Install the dependencies with npm install
  • Run npm start to start a local server and follow the prompts to view the code running in a browser