Memory Game Suggestions

Wishing I got further than this…right now I just have the 2 components. Right now im trying just to get the card color to show. I have a map which uses the index, that selects the right card. When the card is clicked I want to the cards actual background color, right now the cards all have a grey background.

I added a isShowing to each card object, and was going to set that to true and change the background color to the color in the object, but im not sure if I even need that. it was from a video example, but of course the video was not explained well

There was a tutorial video last month on FCC youtube page. It is pure javascript but maybe you can glean something from it.?

Memory Card Game - JavaScript Tutorial

1 Like

I will have to give it a look after work. I have a course on udemy, but the react part is just terrible in my opinion. The guy is horrible at explaining, and just randomly adds code almost assuming that you know what it does.

I have not read it, but I heard good things about the Pure React book.

Edit:
Also Frontend masters has some pretty high quality stuff.