Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
React.js - Let's build a Tic Tac Toe game.
Rating: 4.7 out of 5(95 ratings)
8,323 students

React.js - Let's build a Tic Tac Toe game.

Helping you build your React.js portfolio
Last updated 10/2020
English

What you'll learn

  • How to build a Tic Tac Toe game
  • How to build a React application from using a HTML / CSS template
  • Proper way to structure components and state information in React
  • A way of reducing loops in your code by using hash maps in Javascript
  • How to use the useState React hook in a decently sized application

Course content

8 sections27 lectures1h 56m total length
  • Introduction5:07

    In this video I introduce the course. I also state who the course is intended for and who it is not intended for. Lastly I explain a little bit about myself.

  • Tools and Resources1:59

    In this video I we cover the tools and resources we need to do this crash course.

  • Creating our React application2:25

    In this video we look at how to create the React project needed to start making our game, and I explain specifically about the versions of React that should work with this project.

Requirements

  • A basic level of understand of React is preferred
  • A reasonable understand of HTML, Javascript and CSS
  • Node and NPM must be installed at a minimum

Description

In this short 2 hour course you will build out a simple 2 player Tic Tac Toe game using React.js. This will be built from the ground up, starting with creating your own new React application. Then breaking a simple HTML / CSS template into reusable functional React components. Lastly you'll also create and maintaining the necessary state needed for the game as well as writing the logic for calculating a win etc.

By doing this course you can add a full application to your portfolio, which can be incredibly helpful for getting a job in the industry. Plus you'll be able to play a few games of a classic puzzle game ;). The knowledge gained in this course will also see you up for slightly more advanced projects in the future. It is 2 hours long, however the detail given during this time can be used for future projects also. Not just this one.

Please note: This course is not for beginners. And will not spend much time talking about the basics of React. So it is suggested that you have at least a little bit of knowledge before taking the course. Overall it's a great refresher for those who understand the basics.

Who this course is for:

  • React Developers looking to take on a reasonably sized project that isn't too complex
  • Developers who are keen on adding a project to their portfolio
  • Any developer that wants to know how to build a Tic Tac Toe game