Memory Card Game is a fun and interactive application built using React and TypeScript, optimized for performance with Vite. The game challenges players to match pairs of cards from a shuffled deck, enhancing memory and concentration skills.
- Implements a random card getting points by clicking on an image but don't clicking on any more than once.
- Includes features like tracking score and best score.
- TypeScript
- SCSS
To run the Memory Card Game locally, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/memory-card.git - Navigate to the project directory:
cd memory-card - Install the dependencies:
npm install - Run the app:
npm run dev