Skip to content

Commit a680295

Browse files
committed
feat: add e-commerce example
1 parent 5353183 commit a680295

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
@@ -202,5 +202,16 @@ export const examples: Example[] = [
202202
updatedAt: "2023-06-21",
203203
tech: ["react", "react-router", "react-query", "zustand", "vite", "typescript"],
204204
},
205+
{
206+
title: "E-Commerce",
207+
description:
208+
"This project is an online store built using React. It provides the ability to view the product catalog and product pages",
209+
website: "https://ruslan4432013.github.io/e-commerce-kts/",
210+
source: "https://github.com/ruslan4432013/e-commerce-kts",
211+
preview: require("./img/e-commerce.png"),
212+
version: VERSIONS.V2,
213+
updatedAt: "2023-09-09",
214+
tech: ["react", "mobx", "webpack", "typescript", "ssr"],
215+
},
205216
// Reverse the list (last examples should be at the top)
206217
].reverse();
189 KB
Loading

0 commit comments

Comments
 (0)