https://github.com/seryiza/react-tutorial-game
tic-tac-toe game from React documentation
https://github.com/seryiza/react-tutorial-game
javascript learning-by-doing react react-tutorial tic-tac-toe
Last synced: 4 months ago
JSON representation
tic-tac-toe game from React documentation
- Host: GitHub
- URL: https://github.com/seryiza/react-tutorial-game
- Owner: Seryiza
- Created: 2019-07-10T00:00:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:29:02.000Z (about 3 years ago)
- Last Synced: 2025-01-23T03:31:13.535Z (about 1 year ago)
- Topics: javascript, learning-by-doing, react, react-tutorial, tic-tac-toe
- Language: JavaScript
- Size: 3.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Tutorial Game
Реализация простого проекта (игра "Крестики-нолики") из [документации React](https://reactjs.org/tutorial/tutorial.html).
## Запуск
Проект создан с использованием [Create React App](https://github.com/facebook/create-react-app). Запустить игру можно через:
```bash
$ npm run start
```
## TODO
Улучшить проект согласно [советам из туториала](https://reactjs.org/tutorial/tutorial.html#wrapping-up).