https://github.com/ch1py7/memorychallenge
https://github.com/ch1py7/memorychallenge
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ch1py7/memorychallenge
- Owner: Ch1py7
- License: mit
- Created: 2023-07-04T22:06:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T22:33:12.000Z (about 3 years ago)
- Last Synced: 2025-03-29T13:05:07.280Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://memory-challenge-murex.vercel.app
- Size: 613 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```