|
1 | 1 | import { User } from "./users";
|
2 | 2 |
|
3 | 3 | export const Users: User[] = [
|
4 |
| - // Youtube Clone |
| 4 | + // ML Repository |
5 | 5 |
|
6 | 6 | {
|
7 |
| - title: "You Tube Clone", |
| 7 | + title: "ML Repository", |
8 | 8 | 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"], |
14 | 14 | },
|
15 | 15 |
|
16 | 16 |
|
17 |
| - // Music App Clone |
| 17 | + // Opesource project |
18 | 18 |
|
19 | 19 | {
|
20 |
| - title: "Music App", |
| 20 | + title: "Opesource project", |
21 | 21 | 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", |
26 | 26 | tags: ["opensource", "clone", "templates"],
|
27 | 27 | },
|
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - // Restaurant Clone |
| 31 | + // Scrape ML |
32 | 32 |
|
33 | 33 | {
|
34 |
| - title: "GERIGHT", |
| 34 | + title: "Scrape ML", |
35 | 35 | 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", |
40 | 40 | tags: ["opensource", "templates", "clone"],
|
41 | 41 | },
|
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
45 |
| - // Broadcast Web Clone |
| 45 | + // StackOverflow Analysis |
46 | 46 |
|
47 | 47 | {
|
48 |
| - title: "Broadcast Web", |
| 48 | + title: "StackOverflow Analysis", |
49 | 49 | 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", |
53 | 53 | source: null,
|
54 | 54 | tags: ["opensource", "product", "nextjs", "javascript"],
|
55 | 55 | },
|
56 | 56 |
|
57 |
| - |
| 57 | +// Awesome GitHub Profiles" |
58 | 58 |
|
59 | 59 | {
|
60 |
| - title: "Gemini AI Chabot", |
| 60 | + title: "GitHub Profiles", |
61 | 61 | 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.", |
63 | 63 | 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", |
66 | 66 | tags: ["opensource", "nextjs", "typescript", "ai", "favorite"],
|
67 | 67 | },
|
68 | 68 |
|
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 |
| - }, |
78 | 69 |
|
79 | 70 | ];
|
0 commit comments