Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 821 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 821 Bytes

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