Play it yourself now: https://emoji-memory-iamlana.netlify.app/
Emoji Memory is a fun and interactive memory card game built with React. Test your memory by matching pairs of emojis! Once you've successfully matched all the cards: get ready for a delightful confetti surprise 🎉.
- 🎴 Engaging Gameplay: Flip cards to reveal emojis and match pairs.
- 🌈 Sleek Design: Styled with TailwindCSS for a modern and responsive layout.
- âš¡ Fast & Efficient: Powered by Vite for an optimal development and production experience.
Node.js (v18+ recommended)
- Clone the repository:
git clone https://github.com/iamlana/emoji-memory.git
- Navigate to the project directory:
cd emoji-memory
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open your browser and go to http://localhost:5173/. You should see the game running!