A simple memory game built with React and Vite. Flip cards to find matching pairs and complete the game in as few turns as possible!
- Built with React 19 and Vite
- Responsive and clean UI
- Card flipping animations
- Tracks number of turns
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open http://localhost:5173 in your browser.
This project is based on the video tutorial:
Build a Memory Game with React #1 - Intro & Setup
by Net Ninja
Watch the full series on YouTube.
For educational purposes only.