An open API service indexing awesome lists of open source software.

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

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