Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 2.01 KB

README.md

File metadata and controls

45 lines (30 loc) · 2.01 KB

Memory Match React App

Memory Match is a web application built with React.js that enhances memory and concentration through an engaging game. Players click on cards to reveal them and find matching pairs. The game tracks the number of moves and time elapsed, providing a challenge for users to improve their performance.

Features

  • Memory Enhancement: Memory Match is designed to improve memory and concentration abilities. By playing the game regularly, users can enhance their cognitive skills.

  • Card Matching: Players click on cards to reveal them and find matching pairs. The goal is to uncover all pairs on the board.

  • Challenge Yourself: The game tracks the number of moves and time elapsed. Users can challenge themselves to complete the game in the fewest moves and the shortest time possible.

  • Immersive Experience: Memory Match provides an immersive gaming experience with audio effects like card flips and matches. These audio cues add excitement and engagement to the game.

  • Volume Control: Users have the option to enable or disable game sounds with a volume control switch. They can customize their gameplay experience based on their preferences.

  • Customization Options: Memory Match allows users to personalize the game by choosing from a range of emojis to represent the cards. This customization adds a personal touch to the game.

Getting Started

Follow these steps to get the Memory Match app up and running on your local machine:

  1. Clone the repository:

    git clone https://github.com/hppanpaliya/Memory-Match.git
  2. Navigate to the project directory:

    cd Memory-Match
  3. Install the dependencies:

    yarn
  4. Start the development server:

    yarn start

    This will launch the app in your browser at http://localhost:3000.

Contributing

Contributions are welcome! If you find any issues or want to enhance the game, feel free to open a pull request. Please make sure to follow the project's code of conduct.