Skip to content

Commit

Permalink
Update user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pratyush0898 committed Sep 8, 2024
1 parent 0f10e1a commit ff99aa6
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/data/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const INFO = {
linkText: "View Project",
link: "https://github.com/pratyush0898/pratyush-portfolio.git",
},

{
title: "Web Scraping Tool",
description:
Expand All @@ -51,7 +50,6 @@ const INFO = {
linkText: "View Project",
link: "https://github.com/pratyush0898/Web-Scraper.git",
},

{
title: "101 H1ML",
description:
Expand All @@ -60,16 +58,14 @@ const INFO = {
linkText: "View Project",
link: "https://github.com/pratyush0898/101-html.git",
},

{
title: "E-commerce Store",
description:
"Build a user-friendly online store with product browsing, cart management, and checkout (optional: payment integration).",
logo: "https://cdn.jsdelivr.net/npm/programming-languages-logos/src/javascript/javascript.png",
linkText: "View Project",
link: "/#",
link: "https://github.com/pratyush0898/ecommerce-store.git",
},

{
title: "Real-time Chat App",
description:
Expand All @@ -78,6 +74,14 @@ const INFO = {
linkText: "View Project",
link: "/#",
},
{
"title": "OpenAI API Project",
"description": "Leverage the power of OpenAI's GPT-3.5 API to create an AI chatbot in Python that runs directly in the terminal.",
"logo": "https://static.cdnlogo.com/logos/c/38/ChatGPT.svg",
"linkText": "View Project",
"link": "https://github.com/pratyush0898/Ai-using-openAI.git"
}

],
};

Expand Down

0 comments on commit ff99aa6

Please sign in to comment.