Skip to content

Commit a0c1269

Browse files
Added match and learn game
1 parent 3742560 commit a0c1269

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
10.8 KB
Binary file not shown.

src/constants/projects.ts

+12
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,18 @@ const projects: Project[] = [
289289
playStore: "com.shopse.sales",
290290
type: "mobile",
291291
},
292+
{
293+
name: "Match and Learn game for kids",
294+
domains: ["Game"],
295+
country: "Worldwide",
296+
desc: "Fun and exciting matching game that will help exercise your child's study to practice their thinking & memorizing skills",
297+
year: 2023,
298+
image: "/images/projects/matchnlearn.webp",
299+
playStore: "com.itwaves.matchnlearn",
300+
appStore:
301+
"https://apps.apple.com/us/app/match-and-learn-game-for-kids/id1671811702",
302+
type: "mobile",
303+
},
292304
];
293305

294306
export default projects;

0 commit comments

Comments
 (0)