Skip to content

Commit

Permalink
Merge branch 'yashk'
Browse files Browse the repository at this point in the history
  • Loading branch information
TYPESAFE-RUSTY committed Oct 20, 2024
2 parents 3124e56 + c0c947c commit ef93be0
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
6 changes: 5 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
"eslint-config-next": "14.2.5",
"typescript": "^5"
}
}
}
32 changes: 32 additions & 0 deletions src/DataStore.ts
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down

0 comments on commit ef93be0

Please sign in to comment.