Simple tic tac toe game using JS, React, CSS, and HTML5.
- Lifting state up
- Passing data through props
- Function components
- Immutability
- Game logic to determine winner and loser
- History buttons that render pieces at given step
- Restart button to reset game state