Skip to content

bittricky/memory-game

Repository files navigation

Memory Game

A web application that provides a fun and interactive memory card game built with TypeScript, React, and Tailwind CSS.

Prerequisites

  • Node.js (v16 or higher)
  • pnpm (v8 or higher)

Setup Instructions

  1. Clone the repository:

    git clone <repository-url>
    cd memory-game
  2. Install dependencies:

    pnpm install

Development

To start the development server:

pnpm dev

This will start the development server at http://localhost:5173. The page will automatically reload if you make changes to the code.

Building for Production

To create a production build:

pnpm build

The built files will be in the dist directory.

Preview Production Build

To preview the production build locally:

pnpm preview

Technologies Used

  • TypeScript
  • React
  • Tailwind CSS
  • Vite