From c0c947c65850df5558b246562e6e0196435120ff Mon Sep 17 00:00:00 2001 From: YashKhatpe Date: Fri, 18 Oct 2024 23:18:34 +0530 Subject: [PATCH] Adding the card --- package-lock.json | 5 +++++ package.json | 1 + src/DataStore.ts | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 38 insertions(+) diff --git a/package-lock.json b/package-lock.json index a43d668..526aa8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,6 +9,7 @@ "version": "0.1.0", "dependencies": { "@studio-freight/react-lenis": "^0.0.47", + "contribute-to-this-repo": "file:", "next": "14.2.5", "react": "^18", "react-dom": "^18", @@ -1012,6 +1013,10 @@ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", "dev": true }, + "node_modules/contribute-to-this-repo": { + "resolved": "", + "link": true + }, "node_modules/cross-spawn": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", diff --git a/package.json b/package.json index 64cc6f5..001a786 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ }, "dependencies": { "@studio-freight/react-lenis": "^0.0.47", + "contribute-to-this-repo": "file:", "next": "14.2.5", "react": "^18", "react-dom": "^18", diff --git a/src/DataStore.ts b/src/DataStore.ts index 1dc141d..1c79abc 100644 --- a/src/DataStore.ts +++ b/src/DataStore.ts @@ -1,6 +1,38 @@ import { Card } from "./types"; export let data: Card[] = [ { + "name": "Yash Khatpe", + "description": "I am full stack developers and love to explore new web related technologies", + "resources": [ + { + "name": "Next.js Documentation", + "url": "https://nextjs.org/" + }, + { + "name": "GraphQL Docs", + "url": "https://graphql.org/" + }, + { + "name": "Redis Docs", + "url": "https://redis.io/" + } + ], + "socials": [ + { + "name": "linkedin", + "url": "https://www.linkedin.com/in/yash-khatpe" + }, + { + "name": "github", + "url": "https://github.com/YashKhatpe" + }, + { + "name": "instagram", + "url": "https://www.instagram.com/yash_khatpe6" + } + ] +}, +{ name: "Gaurav", description: "Hi I am Gaurav . Full Stack Developer with Interest in Competitive Programming and System Design.",