Skip to content

raaaahman/react-checkers-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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