Card Guessing game with React part 11

Styling and Adding Instructions In this part we will finally beautify the looks of our project. We will change the way the cards look and…

8 minute read

Card Guessing game with React part 10

Now that we have come a long way and our functional requirement is almost complete, it's time for decoration. First of all, I notice that…

4 minute read

Card Guessing game with React part 9

How to make a Popup in React In this part we will crate a decent looking Popup that will show the number that the user has picked. For the…

5 minute read

Card Guessing game with React part 8

Game loop The basic functionality of our game is almost complete. We just need a game loop. We can already guess the correct number on the…

3 minute read

Oppo Enco Free TWS review

Intro TL;DR : I don't like earpiece that enters deep into the ear canal. I am looking for TWS that does not do that. Oppo Enco Free seems to…

5 minute read

Card Guessing game with React part 7

In this part we will build the logic for guessing the card the user had chosen. First we need to store the first colum selected by the user…

3 minute read

Card Guessing game with React part 6

In part 5 we added the buttons. Now let's implement the columns to rows re-arrangement. First of all, let's comment out the shuffling part…

4 minute read

Card Guessing game with React part 5

Today we will be creating buttons that will rearrange columns to rows when clicked. For this part we will just add the buttons. The…

3 minute read

Card Guessing game with React part 4

In this part we will learn how to randomize numbers from 1 to 27 for our cards' initial state. Currently we have 27 cards appear in the…

3 minute read