arpitfs / tic-tac-toe

A react application to play tic tac toe. It is demo to learn basic on how to create components and pass information between the components.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe Game in React

This project was bootstrapped with Create React App. It demostrates the basics of react for creating class and functional components and how components communicate each other using props and a small of state.

How to start the game?

npm start

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

Below is the sceenshot once the game is launched.

alt text

Boom! Winner of the game MR.X

alt text

About

A react application to play tic tac toe. It is demo to learn basic on how to create components and pass information between the components.


Languages

Language:JavaScript 60.6%Language:HTML 25.2%Language:CSS 14.2%