A simple tic tac toe game with computer on React.js
Check how it looks like here: t-pyrope.github.io/tic-tac-toe
I modified the code from the reactjs.org tutorial and added some additional functionality
The photo is from pixabay and the author is gerald
git clone https://github.com/t-pyrope/tic-tac-toe.git
cd tic-tac-toe
npm install
npm start
Open http://localhost:3000 to view it in the browser.