Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 989 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 989 Bytes

react-tic-tac-toe (2020.07)

An interactive tic-tac-toe game with React from the tutorial on reactjs.org.

React官网的入门教程井字棋游戏,官网的附加题(六个优化点)也都完成了。

Tutorial url: https://reactjs.org/tutorial/tutorial.html

The improvements in this tutorial have been completed:

Preview Online

yarn 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.