Skip to content

Commit e6aeb31

Browse files
authored
feat: add new example (#707)
1 parent cea2a5a commit e6aeb31

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/pages/examples/_config.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,5 +414,15 @@ export const examples: Example[] = [
414414
preview: require("./img/roketo-business.jpg"),
415415
tech: ["react", "effector", "tailwindcss", "turbo"],
416416
},
417+
{
418+
title: "Tiny Bunny Mini Game",
419+
description: "Mini-game \"21 points\" in the universe of the visual novel \"Tiny Bunny\".",
420+
source: "https://github.com/sanua356/tiny-bunny",
421+
website: "https://sanua356.github.io/tiny-bunny/",
422+
preview: require("./img/tiny-bunny.png"),
423+
version: VERSIONS.V2,
424+
updatedAt: "2024-08-10",
425+
tech: ["react", "redux-toolkit", 'typescript'],
426+
},
417427
// Reverse the list (last examples should be at the top)
418428
].reverse();
290 KB
Loading

0 commit comments

Comments
 (0)