Memory Game This is a card matching game developed with React, designed to test your memory and skills in finding matching pairs. Code Preview Technologies React Tailwind Javascript Git GitHub
Pairing logic: Implementation of a system to verify correct and incorrect pairs. Global State Management: Using React Context to manage score and game progress. Custom Hooks: Organization of game logic in custom hooks for greater modularity and reuse. Interactivity: Visual effects on the cards when flipping them. Game Restart: Functionality to restart the game and start from scratch.
Click the button to start game You lose points if you dont find a pair Find pairs give you points You win if you find all pairs