Skip to content
Closed
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
10 changes: 9 additions & 1 deletion src/data/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,14 @@ export const projectList = [
description: "A framework for building native apps with React.",
tags: ["JavaScript", "React", "React Native", "Mobile"],
},
{
name: "TanStack Query",
imageSrc: "https://avatars.githubusercontent.com/u/72518640?v=4",
projectLink: "https://github.com/TanStack/query/contribute",
description:
"TanStack Query provides powerful asynchronous state management and data fetching utilities for web applications.",
tags: ["TypeScript", "JavaScript", "React", "Vue", "Svelte"],
},
{
name: "Typescript",
imageSrc:
Expand Down Expand Up @@ -1458,4 +1466,4 @@ export const projectList = [
description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.",
tags: ["Python", "Automation", "Configuration Management"],
},
];
];