Time to start building cool stuff, let's code our first game!
Do not clone this repository! We will be using a different template.
We recommend opening the react.js boilerplate
, using a provisioning tool like Codespaces (recommended) or Gitpod. Alternatively, you can clone the GitHub repository on your local computer using the git clone
command.
This is the repository you need to open or clone:
1$ git clone https://github.com/4GeeksAcademy/react-hello
💡 Important: Remember to create a new repository, update the remote (git remote set-url origin <your new url>
), and upload the code to your new repository using add
, commit
and push
.
Create a Tictactoe in React.js just like this one. Remember to follow the recommended workflow to start coding:
Console.log
on each of those functions to make sure they are being called.Here is a video explaining how to do it: https://www.youtube.com/watch?v=MQonrbY8Ezg&list=PLx0T51ydRO_7qabdLlT69keo68WmbXkrB
In order to prepare better for completing this exercises, we suggest the following materials