Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bittricky/memory-game

A memory game web application
https://github.com/bittricky/memory-game

exercise javascript pnpm react tailwindcss typescript vite zustand

Last synced: about 1 month ago
JSON representation

A memory game web application

Awesome Lists containing this project

README

        

# 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:
```bash
git clone
cd memory-game
```

2. Install dependencies:
```bash
pnpm install
```

## Development

To start the development server:

```bash
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:

```bash
pnpm build
```

The built files will be in the `dist` directory.

## Preview Production Build

To preview the production build locally:

```bash
pnpm preview
```

## Technologies Used

- TypeScript
- React
- Tailwind CSS
- Vite