ReactJS Project for Beginners: Connect Four Game!

Let's make a web-based game based on the classic Connect Four! Here we use the awesome React library to make the UI and handle the game logic. RESOURCES: GitHub repo:
Figma:
My blog:
To install this project, enter the following commands: ``` $ git clone
$ cd connect-four $ npm install ``` To run the game: ``` $ npm start ```

Смотрите также