Skip to content

Commit 95aa073

Browse files
feat: add it bookstore to examples (feature-sliced#659)
1 parent 52fe0ba commit 95aa073

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

src/pages/examples/_config.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,5 +379,23 @@ export const examples: Example[] = [
379379
preview: require("./img/moke-smoke.jpg"),
380380
tech: ["react", "rtk", "persist", "typescript", "firebase"],
381381
},
382+
{
383+
title: "IT bookstore",
384+
description:
385+
"Catalog for viewing and searching information technology books",
386+
website: "https://umttikhinadasha.github.io/IT-Bookstore/",
387+
version: VERSIONS.V2,
388+
updatedAt: "2024-03-28",
389+
source: "https://github.com/UmttikhinaDasha/IT-Bookstore",
390+
preview: require("./img/it-bookstore.png"),
391+
tech: [
392+
"react",
393+
"redux toolkit",
394+
"typescript",
395+
"react router",
396+
"vite",
397+
"scss",
398+
],
399+
},
382400
// Reverse the list (last examples should be at the top)
383401
].reverse();
405 KB
Loading

0 commit comments

Comments
 (0)