kimchirice / tic-tac-toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-Tac-Toe, or Noughts & Crosses

A game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner. Check Tic Tac Toe on wikipedia for more details.

The App

This project was created for the purpose to learn React JS library, and bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

About


Languages

Language:JavaScript 60.4%Language:HTML 27.7%Language:CSS 11.9%