-
This game is super simple that all you have to do it click a card once.
-
The construct of the game play is to click a card once and do not click it again.
Here is the live link
- rotate card randomization
- card count
- game guide
- ballons when win criteria is met
- Clone the repo
$ git clone git@github.com:Mtendekuyokwa19/memory-game.git
- Move into the repo
$ cd memory-game/
- install the dependencies
$ npm install
- finally run it
$ npm start
- Typescript
- Javascript
- tailwind css
- vanilla css
- figma
- React TS
- git
- Understanding how to use the
useEffect
react hook.