Skip to content

Commit 8ad190a

Browse files
authored
Merge pull request #1467 from CodeHarborHub/dev-3
new AI project added
2 parents d9cc90c + b0c24f8 commit 8ad190a

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

src/data/showcase/404lab-wiki.png

-15.6 KB
Binary file not shown.
68.2 KB
Loading

src/data/showcase/zowe.png

-22.6 KB
Binary file not shown.

src/data/userData.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,4 +226,15 @@ export const Users: User[] = [
226226
source: "https://github.com/Ajay-Dhangar/ajay-dhangar.github.io",
227227
tags: ["opensource", "portfolio", "react", "typescript", "mdx"],
228228
},
229+
230+
// Gemini AI Chatbot
231+
232+
{
233+
title: 'Gemini AI Chabot',
234+
description: 'The Gemini AI Chatbot is a modern chatbot that can help you with your queries.',
235+
preview: require('./showcase/gemini-ai-chatbot.png'),
236+
website: 'https://code-harbor-hub-gemini-ai-chatbot.vercel.app/',
237+
source: 'https://github.com/Ajay-Dhangar/gemini-ai-chatbot',
238+
tags: ['opensource', 'nextjs', 'typescript', 'ai', 'favorite'],
239+
},
229240
];

0 commit comments

Comments
 (0)