Spaces:
Sleeping
Sleeping
renamed
Browse files- README.md +20 -0
- huggingface-space.md +0 -20
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Memory Card Game
|
2 |
|
3 |
A simple memory card game built with React and Vite.
|
|
|
1 |
+
---
|
2 |
+
title: Memory Card Game
|
3 |
+
emoji: 🎮
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
+
sdk: docker
|
7 |
+
pinned: false
|
8 |
+
app_port: 3000
|
9 |
+
---
|
10 |
+
|
11 |
+
# Memory Card Game
|
12 |
+
|
13 |
+
A fun memory matching game built with React and Vite.
|
14 |
+
|
15 |
+
Play by clicking on cards to reveal them and find matching pairs. The game tracks your moves and lets you know when you've won!
|
16 |
+
|
17 |
+
## Technology Stack
|
18 |
+
- React + TypeScript
|
19 |
+
- Vite
|
20 |
+
- Docker
|
21 |
# Memory Card Game
|
22 |
|
23 |
A simple memory card game built with React and Vite.
|
huggingface-space.md
DELETED
@@ -1,20 +0,0 @@
|
|
1 |
-
---
|
2 |
-
title: Memory Card Game
|
3 |
-
emoji: 🎮
|
4 |
-
colorFrom: blue
|
5 |
-
colorTo: purple
|
6 |
-
sdk: docker
|
7 |
-
pinned: false
|
8 |
-
app_port: 3000
|
9 |
-
---
|
10 |
-
|
11 |
-
# Memory Card Game
|
12 |
-
|
13 |
-
A fun memory matching game built with React and Vite.
|
14 |
-
|
15 |
-
Play by clicking on cards to reveal them and find matching pairs. The game tracks your moves and lets you know when you've won!
|
16 |
-
|
17 |
-
## Technology Stack
|
18 |
-
- React + TypeScript
|
19 |
-
- Vite
|
20 |
-
- Docker
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|