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
- Host: GitHub
- URL: https://github.com/nmicht/react-tic-tac-toe
- Owner: nmicht
- Created: 2019-02-04T23:19:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T23:23:44.000Z (over 7 years ago)
- Last Synced: 2025-10-26T01:41:21.645Z (8 months ago)
- Topics: react, react-tutorial, tic-tac-toe
- Language: JavaScript
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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