Please sign in to access this page
The Memory Card Game is a React + TailwindCSS based fun puzzle game where players flip cards to find matching pairs.
It’s designed with a colorful, modern UI and smooth animations to create an engaging experience.
The goal is to match all pairs with the fewest moves possible.
This project is being built step-by-step, starting from basic UI to full gameplay logic, so that the code remains clean and understandable while allowing easy customization for themes and assets.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Devlog – Progress So Far
Initialized project using Vite + React.
Installed and configured TailwindCSS
Created the main App.jsx structure.
Added a simple cards array with emojis as placeholder values.
Rendered them in a responsive grid layout using Tailwind utility classes.
Added background color, heading, and basic card design.
Enhanced card styles with rounded corners, drop shadows, and hover effects.
Made heading more attractive with bigger font, bold weight, and shadow.