Skip to content

Commit

Permalink
feat(examples): add new project to v2 list
Browse files Browse the repository at this point in the history
  • Loading branch information
balanced committed Aug 21, 2024
1 parent f525a6a commit 5846e56
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/pages/examples/_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -426,5 +426,23 @@ export const examples: Example[] = [
updatedAt: "2024-08-10",
tech: ["react", "redux-toolkit", "typescript"],
},
{
title: "My Task Board",
description:
"A straightforward task management application, which will involve implementing essential HTTP methods such as GET, POST, PUT, and DELETE.",
source: "https://github.com/ifeelBALANCED/task-manager-app-frontend",
website: "https://my-tasks-manager-app.vercel.app/",
preview: require("./img/my-task-board.png"),
version: VERSIONS.V2,
updatedAt: "2024-08-21",
tech: [
"react",
"effector",
"typescript",
"tailwindcss",
"mantine-ui",
"farfetched",
],
},
// Reverse the list (last examples should be at the top)
].reverse();
Binary file added src/pages/examples/img/my-task-board.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5846e56

Please sign in to comment.