项目作者: raaaahman

项目描述 :
Implementing a Checkers / Draught board with React Components
高级语言: JavaScript
项目地址: git://github.com/raaaahman/react-checkers-board.git
创建时间: 2021-01-04T17:13:56Z
项目社区:https://github.com/raaaahman/react-checkers-board

开源协议:

下载


React Checkers Game

Lesson 1: Learn React function components by building a Checkers board

Read the tutorial

Starts at: Initialize project using react app

Exercise 1

Could you extract the Square component (a singular cell on the Checkers board), just as we did with the row component?

Exercise 2

Implement the King pieces, and display a few for each player.

Lesson 2: Learn functional programming by refactoring a react app

Read the tutorial

Starts at: SEtup: remove kings