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 readStyling 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 readNow 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…
2020, May 29 — 4 minute readHow 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…
2020, May 29 — 5 minute readGame 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…
2020, May 25 — 3 minute readIntro 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…
2020, May 25 — 5 minute readIn 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…
2020, Mar 22 — 3 minute readIn 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…
2020, Mar 15 — 4 minute readToday we will be creating buttons that will rearrange columns to rows when clicked. For this part we will just add the buttons. The…
2020, Mar 08 — 3 minute readWhile working on my hobby project Is this your card, I needed to have a list of unique (non-repeated) random numbers in JavaScript. Of…
2020, Feb 29 — 4 minute readIn 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…
2020, Feb 16 — 3 minute read