Like the last few workshops, this is a React / styled-components application. This application is built using a mobile-first methodology. We're starting from a place of having almost-finished mobile ...
tic-tac-toe/ ├── index.html # Main HTML file ├── style.css # Styles ├── gameboard.js # Gameboard factory function ├── player.js # Player factory function ├── gameController.js # Game logic module ...