# Memory Card Game 🃏 A fun and interactive **memory matching game** built with **React** and **Vite**—perfect for honing your attention and memory skills! This project was created for **HackClub**, showcasing dynamic gameplay and responsive design. --- ## Features - **Classic Memory Game**: Flip cards and match pairs until all are matched. - **Interactive Animations**: Smooth card flip animations using CSS. - **Responsive Design**: Works seamlessly on desktops, tablets, and mobile devices. - **Score Tracking**: Counts attempts or time (optional—note if implemented). - **Easy Setup**: Powered by **React** and **Vite**, optimized for fast development and Live Reload. --- ## Tech Stack - React — For building UI components - Vite — Lightning-fast build tool with hot reload - Tailwind CSS — (If used) for utility-first styling - JavaScript - HTML / CSS ## Installation & Running Locally ``` - # 1. Clone the repo git clone https://github.com/M-Mahir-Khan/Memory-Card-Game--Hackclub.git cd Memory-Card-Game--Hackclub # 2. Install dependencies npm install # 3. Run the development server npm run dev ``` ## License This project is open-source and available under the MIT License. (Adjust if different) ## Acknowledgements - Built as part of HackClub - Inspired by classic memory card games - Powered by React, Vite, Tailwind CSS