Preview link: https://memory-b404.netlify.app/
The Memory Game is a memory card game built with React. It allows users to flip cards and match pairs, tracking the number of clicks and the time taken to complete the game.
- Memory Game Logic: Users can flip cards and try to match pairs.
- Timer: The game tracks the time taken to complete all pairs.
- Click Counter: The game tracks the number of clicks made by the user.
- Endgame Modal: A modal window appears when all pairs are matched, indicating the end of the game.
- Reset Functionality: Users can reset the game at any time.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
- Node.js (v14.x or higher recommended)
- npm (Node Package Manager)
-
Clone the repository:
git clone https://github.com/Bartek404/Memory-Game-React cd Memory-Game-React -
Install the dependencies:
npm install
-
Start the development server:
npm start
The application should now be running at http://localhost:3000.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.