🧠 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

  • Node.js (v18 or later recommended)
  • pnpm package manager

Install pnpm if you don't have it:

npm install -g pnpm

Installation

  1. Clone the repository:
git clone https://github.com/AyushSingh360/memory-game.git
cd memory-game
  1. Install dependencies:
pnpm install
  1. Run the development server:
pnpm dev

Open http://localhost:3000 in your browser to see the game.

📁 Project Structure

  • pages/ — Contains Next.js pages
  • components/ — UI components for the game
  • public/ — Static assets
  • styles/ — Global styles (Tailwind CSS)
  • tsconfig.json — TypeScript configuration

📄 License

This project is open source and available under the MIT License.

Share this project:

Updates