🧠 Memory Game
A fun and interactive memory matching game built using Next.js, TypeScript, and Tailwind CSS.
🚀 Features
- Built with Next.js and TypeScript
- Beautiful styling using Tailwind CSS
- Smooth animations and transitions
- Responsive and accessible design
🛠️ Getting Started
Prerequisites
Install pnpm if you don't have it:
npm install -g pnpm
Installation
- Clone the repository:
git clone https://github.com/AyushSingh360/memory-game.git
cd memory-game
- Install dependencies:
pnpm install
- Run the development server:
pnpm dev
Open http://localhost:3000 in your browser to see the game.
📁 Project Structure
pages/— Contains Next.js pagescomponents/— UI components for the gamepublic/— Static assetsstyles/— Global styles (Tailwind CSS)tsconfig.json— TypeScript configuration
📄 License
This project is open source and available under the MIT License.


Log in or sign up for Devpost to join the conversation.