Skip to content

npgenx/memory-game

Repository files navigation

React Memory Game

Overview

This is a simple memory game built via Vite for React

Features

Getting Started

There is an assumption that you have node and some package manager already installed on you machine. If not, google how to run a nextJS app on my machine.

First, install the app if you have not run it before:

yarn install
# or
pnpm install
# or
bun install
# or
npm install

Once the installation is complated, execute one of the commands below to start the development server:

yarn dev
# or
pnpm dev
# or
bun dev
# or
npm run dev

Open http://localhost:5173/ with your browser to see the app.

About

simple memory game to show React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published