Skip to content

Commit 1d9e03c

Browse files
committed
added showcase page hotfix
1 parent f44aad8 commit 1d9e03c

File tree

2 files changed

+29
-38
lines changed

2 files changed

+29
-38
lines changed
144 KB
Loading

src/data/userData.tsx

Lines changed: 29 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,70 @@
11
import { User } from "./users";
22

33
export const Users: User[] = [
4-
// Youtube Clone
4+
// ML Repository
55

66
{
7-
title: "You Tube Clone",
7+
title: "ML Repository",
88
description:
9-
"Build and Deploy a Modern YouTube Clone Application in React JS with Material UI 5",
10-
preview: require("./showcase/awesome-project.png"),
11-
website: "https://my-youtube-ajay.vercel.app/",
12-
source: "https://github.com/Ajay-Dhangar/youtube_clone",
13-
tags: ["opensource", "clone", "favorite", "react"],
9+
"Curated collection of machine learning projects, tutorials, and resources for enthusiasts and developers.",
10+
preview: require("./showcase/machine-learning-project.png"),
11+
website: "https://machine-learning-repos.vercel.app/",
12+
source: "https://github.com/recodehive/machine-learning-repos",
13+
tags: ["opensource", "ml", "favorite", "react"],
1414
},
1515

1616

17-
// Music App Clone
17+
// Opesource project
1818

1919
{
20-
title: "Music App",
20+
title: "Opesource project",
2121
description:
22-
"Your music, your way. Explore and enjoy a world of tunes with our Spotify-inspired app. 🎶 ",
23-
preview: require("./showcase/awesome-project.png"),
24-
website: "https://shivay-studio.vercel.app/",
25-
source: "https://github.com/Ajay-Dhangar/music-app",
22+
"OpenSource Project is a platform that provides templates and resources for developers to create and contribute to open-source projects.",
23+
preview: require("./showcase/opesource-project.png"),
24+
website: "https://github.com/recodehive/Opensource-practice",
25+
source: "https://github.com/recodehive/Opensource-practice",
2626
tags: ["opensource", "clone", "templates"],
2727
},
2828

2929

3030

31-
// Restaurant Clone
31+
// Scrape ML
3232

3333
{
34-
title: "GERIGHT",
34+
title: "Scrape ML",
3535
description:
36-
"Experience culinary excellence at Gericht Restaurant: Modern UI, showcasing The Key To Fine Dining.",
37-
preview: require("./showcase/awesome-project.png"),
38-
website: "https://ajay-1.vercel.app/",
39-
source: "https://github.com/Ajay-Dhangar/gericht-restaurant-modern-ui",
36+
"Scrape ML is a Streamlit app that allows users to scrape and analyze data from various websites, providing insights and visualizations for machine learning enthusiasts.",
37+
preview: require("./showcase/Scrape-ml-project.png"),
38+
website: "https://scrape-ml.streamlit.app/",
39+
source: "https://github.com/recodehive/Scrape-ML",
4040
tags: ["opensource", "templates", "clone"],
4141
},
4242

4343

4444

45-
// Broadcast Web Clone
45+
// StackOverflow Analysis
4646

4747
{
48-
title: "Broadcast Web",
48+
title: "StackOverflow Analysis",
4949
description:
50-
"Broadcast Web is a modern and responsive web application for broadcasting your own channel.",
51-
preview: require("./showcase/awesome-project.png"),
52-
website: "https://codeharborhub-broadcast-web.vercel.app/",
50+
"StackOverflow Analysis is a comprehensive data analysis project that explores the vast repository of questions and answers on StackOverflow. ",
51+
preview: require("./showcase/Stackoverflow-analysis.png"),
52+
website: "https://github.com/recodehive/Stackoverflow-Analysis",
5353
source: null,
5454
tags: ["opensource", "product", "nextjs", "javascript"],
5555
},
5656

57-
57+
// Awesome GitHub Profiles"
5858

5959
{
60-
title: "Gemini AI Chabot",
60+
title: "GitHub Profiles",
6161
description:
62-
"The Gemini AI Chatbot is a modern chatbot that can help you with your queries.",
62+
"Curated list of awesome GitHub profiles showcasing creativity, design, and coding skills.",
6363
preview: require("./showcase/awesome-project.png"),
64-
website: "https://code-harbor-hub-gemini-ai-chatbot.vercel.app/",
65-
source: "https://github.com/Ajay-Dhangar/gemini-ai-chatbot",
64+
website: "https://dev.recodehive.com/devfolio",
65+
source: "https://github.com/recodehive/awesome-github-profiles",
6666
tags: ["opensource", "nextjs", "typescript", "ai", "favorite"],
6767
},
6868

69-
{
70-
title: "Number Guess Game",
71-
description:
72-
"Number Guess Game using HTML, CSS and JavaScript. Play the game and enjoy the fun.",
73-
preview: require("./showcase/awesome-project.png"),
74-
website: "https://ajay-dhangar.github.io/number-guess-game/",
75-
source: "https://github.com/ajay-dhangar/number-guess-game",
76-
tags: ["html", "css", "javascript", "game"],
77-
},
7869

7970
];

0 commit comments

Comments
 (0)