In this class I take you through how to build out a local 2 player Tic Tac Toe game using React.js. By the completion of this class you will be able to say you can build a reasonably sized application using some of the best practices in React. This class assumes you already know how to install Node and NPM and are ready to just get started building a React.js project.
This class will take you through the following:-
- Creating a new React project
- Migrating a HTML template with CSS into React
- Breaking up and application into multiple components
- Component properties
- Managing state (using the useState hook)
- Handling DOM events
- Building Tic Tac Toe calculation logic
This class is for students who have some knowledge in React.js already and are looking to:-
- Get more experience in how to build a moderately sized application
- Add another project to their React or overall web development portfolio
- Just want to make some interesting web based games