Skip to content

Commit 86d3b14

Browse files
authored
feat: add cryptolight example (feature-sliced#610)
1 parent 2309ace commit 86d3b14

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

src/pages/examples/_config.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,5 +243,16 @@ export const examples: Example[] = [
243243
"ios",
244244
],
245245
},
246+
{
247+
title: "Сryptolight",
248+
description:
249+
"Cryptocurrency review site based on Feature-Sliced Design (Architectural methodology for frontend projects).",
250+
website: "http://crypto-light.space/",
251+
source: "https://github.com/Yar56/cryptolight",
252+
preview: require("./img/cryptolight.png"),
253+
version: VERSIONS.V2,
254+
updatedAt: "2023-10-18",
255+
tech: ["react", "effector", "nextui", "typescript", "vite"],
256+
},
246257
// Reverse the list (last examples should be at the top)
247258
].reverse();
112 KB
Loading

0 commit comments

Comments
 (0)