Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions src/pages/examples/_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -414,5 +414,23 @@ export const examples: Example[] = [
preview: require("./img/roketo-business.jpg"),
tech: ["react", "effector", "tailwindcss", "turbo"],
},
{
title: "Ducks Tinder",
description:
"Tinder clone, application that helps you meet new people using matching, liking matches and finally chatting with them",
website: "https://ducks-tinder-client.vercel.app/",
version: VERSIONS.V2,
updatedAt: "2024-06-28",
source: "https://github.com/Stepasha419a/ducks-tinder-client",
preview: require("./img/ducks-tinder.png"),
tech: [
"react",
"redux toolkit",
"typescript",
"vite",
"scss",
"socket io",
],
},
// Reverse the list (last examples should be at the top)
].reverse();
Binary file added src/pages/examples/img/ducks-tinder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.