Skip to content

Commit fdeefb1

Browse files
AI-Powered Career Navigator Feature
1 parent 00703ee commit fdeefb1

File tree

6 files changed

+2033
-264
lines changed

6 files changed

+2033
-264
lines changed

.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
REACT_APP_GEMINI_API_KEY=your_actual_api_key_here
2+

backend/package-lock.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 60 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/data/RayyanStudiosTM.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,19 @@
44
"bio": "Software developer and AI enthusiast building SaaS platforms, apps, and AI-powered tools to make learning and productivity smarter.",
55
"avatar": "https://github.com/RayyanStudiosTM.png",
66
"portfolio": "https://github.com/RayyanStudiosTM",
7-
"skills": ["Full Stack Development", "AI & Machine Learning", "App Development", "SaaS Development", "Data Science", "Cloud Computing"],
7+
"skills": [
8+
"Full Stack Development",
9+
"AI & Machine Learning",
10+
"App Development",
11+
"SaaS Development",
12+
"Data Science",
13+
"Cloud Computing"
14+
],
815
"social": {
916
"GitHub": "https://github.com/RayyanStudiosTM",
1017
"LinkedIn": "https://www.linkedin.com/in/bytexpert/",
1118
"Instagram": "https://www.instagram.com/mr._.rayy",
1219
"Email": "[email protected]",
13-
"Discord": "https://discord.com/users/shaikhrayyanahmed",
20+
"Discord": "https://discord.com/users/shaikhrayyanahmed"
1421
}
1522
}

0 commit comments

Comments
 (0)