Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new example to v2 list #721

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
11 changes: 11 additions & 0 deletions src/pages/examples/_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -426,5 +426,16 @@ export const examples: Example[] = [
updatedAt: "2024-08-10",
tech: ["react", "redux-toolkit", "typescript"],
},
{
title: "Cat Pinterest",
description:
"Cat Pinterest where you can look at kittens and like them (=^・ω・^=)",
source: "https://github.com/s3rxio/cats-app",
website: "https://cats-app.s3rxio.ru",
preview: require("./img/cat-pinterest.png"),
version: VERSIONS.V2,
updatedAt: "2024-09-19",
tech: ["react", "react-query", "react-router-dom", "typescript"],
},
// Reverse the list (last examples should be at the top)
].reverse();
Binary file added src/pages/examples/img/cat-pinterest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.