Welcome to the Pokémon Memory Card Game! This interactive memory card game is built using React, leveraging hooks and state management to provide an engaging and fun experience. Test your memory and immerse yourself in the world of Pokémon as you match pairs of Pokémon cards.
Want to give it a go? Give It A Shot! 👈
- An interactive game board with animated card flips.
- Randomized card positions to provide a new challenge each time.
- A Turns counter to keep track of your performance.
- Game reset functionality to play again.

Before you start playing the Pokémon Memory Card Game, make sure you have the following prerequisites:
Make sure you have Node.js and NPM (Node Package Manager) installed on your machine. You can download them from Node.js.org
To install and run the Pokémon Memory Card Game on your local machine, follow these steps:
- Clone this repository to your local machine using Git:
git clone https://github.com/JitheDev/Pokemon-Memory_Game.git
- Navigate to the project directory (Example):
cd Pokemon-Memory-card_game
- Install the project dependencies using NPM:
npm install
- After successfully installing the dependencies, start the development server:
npm run start
