Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bittricky/memory-game
- Owner: bittricky
- Created: 2024-11-27T23:35:22.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T16:52:55.000Z (about 1 month ago)
- Last Synced: 2024-12-03T17:50:56.451Z (about 1 month ago)
- Topics: exercise, javascript, pnpm, react, tailwindcss, typescript, vite, zustand
- Language: TypeScript
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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