diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..0d461203 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -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: @@ -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"], }, -]; \ No newline at end of file +];