We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3742560 commit a0c1269Copy full SHA for a0c1269
public/images/projects/matchnlearn.webp
10.8 KB
src/constants/projects.ts
@@ -289,6 +289,18 @@ const projects: Project[] = [
289
playStore: "com.shopse.sales",
290
type: "mobile",
291
},
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
+ },
304
];
305
306
export default projects;
0 commit comments