The React Match Game is a fun and engaging game where players need to match pairs of images. Players are challenged to match the images in as few moves as possible while tracking their score.
- Matching Pairs: The main gameplay revolves around matching pairs of images within a set time.
- Score Tracking: Keep track of your score based on the number of moves taken to match all pairs.
- Timer: A countdown timer adds to the challenge of completing the game in time.
- Responsive Design: The game adjusts perfectly across various screen sizes, making it easy to play on both desktop and mobile devices.
- React.js – Frontend UI
- CSS – Styling and animations
- React Hooks – For managing state and logic
- Clone the Repository
git clone https://github.com/Darshanas17/react-match-game.git cd react-match-game - Install Dependencies
npm install
- Run the Application
npm start
- Open the browser and visit
http://localhost:3000/to play the game.
- MatchGame – The main game component that handles game logic and rendering the game grid.
- ScoreCard – Displays the player's score and game stats.
- Font: Roboto
- Colors:
#ff7f50(Accent)#ffffff(Background)#333333(Text)
- Images used in the game can be accessed from various sources.
Darshan A S
This project is licensed under the MIT License.


