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

https://github.com/nmicht/react-tic-tac-toe

Tic-tac-toe game created with React according to the oficial tutorial
https://github.com/nmicht/react-tic-tac-toe

react react-tutorial tic-tac-toe

Last synced: about 1 month ago
JSON representation

Tic-tac-toe game created with React according to the oficial tutorial

Awesome Lists containing this project

README

          

# Tic Tac Toe

A tic-tac-toe game created with React to learn basic concepts following the oficial
react tutorial.

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

## Features

- Props and states
- Functional components
- Inmutability
- Lifting states up
- Keys for components