https://nimaiwalsh.github.io/TicTacToe/
React CSS3 HTML5
A Tic Tac Toe game built for a FreeCodeCamp project. It has 1 player and 2 player mode, and stores/displays the history of all player moves.
- React Syntax and the the use of State and Props
- Breaking sections of the project into Components
- Passing Data between Componenents using Props
- Using a callback funtion when setting state. This callback function is called after the state has been set.
- Passing data between comonents
- Styling - difficulty maintain a consistent Best Practice