In today's example we will be building a memory game, where cards are displayed on the screen, face down, and as the user 'flips' them, two at a time, if there is a match, the cards stay face up. If not, they revert after a couple of seconds to face down and the game continues until the user gets all the matches.
- React (of course)
- Hooks
- state
- effects
- setTimeout
- CSS keyframes
- 01-start-here
- 02-the-card-component
- 03-the-game-board
- 04-responsive-board
- 05-game-rules
- 06-preload-images
https://github.com/react-u/029-building-a-memory-game-using-react