Using react
Download and install node.js: https://nodejs.org/en/download/
From the command line run the following command: npx create-react-app your_app_name
Replace src folder with this project's src folder
Run npm start while in the parent folder.
Click on a square when it is your turn.
When 3 of the same symbol are in a line, the game will end.
Otherwise the game will end with no winner.