kmung / my-app

A game of tic-tac-toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning React

I'm learning React by building a game of Tic-Tac-Toe from the official React tutorial.

The tutorial can be accessed here: https://reactjs.org/tutorial/tutorial.html

To begin the development, run npm start or yarn start. To create a production bundle, use npm run build or yarn build.

About

A game of tic-tac-toe


Languages

Language:JavaScript 60.9%Language:HTML 27.4%Language:CSS 11.8%