Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 648 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 648 Bytes

Tic Tac Toe

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

Usage

git clone https://github.com/t-pyrope/tic-tac-toe.git
cd tic-tac-toe
npm install

Running the website in the development mode

npm start

Open http://localhost:3000 to view it in the browser.