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

https://github.com/ch1py7/memorychallenge


https://github.com/ch1py7/memorychallenge

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## 👋 Introduction

[**MemoryChallenge**](https://memory-challenge-murex.vercel.app/) is a memory game page built with [React](https://reactjs.org/) and [Tailwind CSS](https://tailwindcss.com/) ready to be played.

## 👨‍🚀 Getting Started

1. Clone repository:

```bash
git clone https://github.com/Ch1py7/MemoryChallenge
```

2. Install dependencies:

```bash
npm install
# or
yarn install
# or
pnpm install
```

3. Run repo:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```