Welcome to the React Memory Game! This project is a simple memory game built with React, where players need to match pairs of cards. Have fun testing your memory!
-
Objective:
- The goal of the game is to match all pairs of cards.
-
Getting Started:
- Clone the repository to your local machine:
git clone https://github.com/sushan4/react-memory-game.git
- Clone the repository to your local machine:
-
Installation:
- Navigate to the project directory:
cd react-memory-game
- Install dependencies:
npm install
- Navigate to the project directory:
-
Run the Application:
- Start the development server:
npm start
- Open your web browser and go to http://localhost:3000 to play the game.
- Start the development server:
-
Game Rules:
- Click on a card to reveal its content.
- Click on a second card to check for a match.
- If the cards match, they stay open. Otherwise, they flip back.
- Continue until all pairs are matched.
-
Customization:
- Feel free to customize the game by adding new cards, changing styles, or enhancing features.
- React
- HTML
- CSS
If you'd like to contribute to the project, feel free to fork the repository and submit a pull request. I welcome improvements and additional features!
- This project was inspired by the classic memory card game.
Happy gaming! 🃏🎉