Skip to content

added 2 more projects in show case #153

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/data/showcase/broadcast-web.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/data/showcase/react-tic-tac-toe.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
290 changes: 150 additions & 140 deletions src/data/users.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { sortBy } from '../utils/jsUtils';
import { sortBy } from "../utils/jsUtils";

export type Tag = {
label: string;
Expand All @@ -7,28 +7,29 @@ export type Tag = {
};

export type TagType =
| 'html'
| 'css'
| 'javascript'
| 'react'
| 'nodejs'
| 'mongodb'
| 'favorite'
| 'opensource'
| 'product'
| 'design'
| 'i18n'
| 'versioning'
| 'large'
| 'meta'
| 'personal'
| 'templates'
| 'portfolio'
| 'nextjs'
| 'vanilla'
| 'typescript'
| 'ai'
| 'clone';
| "html"
| "css"
| "javascript"
| "react"
| "nodejs"
| "mongodb"
| "favorite"
| "opensource"
| "product"
| "design"
| "i18n"
| "versioning"
| "large"
| "meta"
| "personal"
| "templates"
| "portfolio"
| "nextjs"
| "vanilla"
| "typescript"
| "ai"
| "game"
| "clone";

export type User = {
title: string;
Expand All @@ -41,190 +42,199 @@ export type User = {

export const Tags: { [type in TagType]: Tag } = {
html: {
label: 'HTML',
description:
'',
color: '#f06529',
label: "HTML",
description: "",
color: "#f06529",
},
css: {
label: 'CSS',
description:
'',
color: '#2965f1',
label: "CSS",
description: "",
color: "#2965f1",
},
javascript: {
label: 'JavaScript',
description:
'',
color: '#f0db4f',
label: "JavaScript",
description: "",
color: "#f0db4f",
},
vanilla: {
label: 'Vanilla',
description:
'',
color: '#f0db4f',
label: "Vanilla",
description: "",
color: "#f0db4f",
},
react: {
label: 'React.js',
description:
'',
color: '#61dafb',
label: "React.js",
description: "",
color: "#61dafb",
},
nextjs: {
label: 'Next.js',
description:
'',
color: '#000000',
label: "Next.js",
description: "",
color: "#000000",
},
typescript: {
label: 'TypeScript',
description:
'',
color: '#007acc',
label: "TypeScript",
description: "",
color: "#007acc",
},
nodejs: {
label: 'Node.js',
description:
'',
color: '#026e00',
label: "Node.js",
description: "",
color: "#026e00",
},

mongodb: {
label: 'MongoDB',
description:
'',
color: '#13aa52',
label: "MongoDB",
description: "",
color: "#13aa52",
},

favorite: {
label: 'Favorite',
description:
'',
color: '#f06529',
label: "Favorite",
description: "",
color: "#f06529",
},
opensource: {
label: 'Open-Source',
description:
'',
color: '#39ca30',
label: "Open-Source",
description: "",
color: "#39ca30",
},

product: {
label: 'Product',
description: '',
color: '#dfd545',
label: "Product",
description: "",
color: "#dfd545",
},

design: {
label: 'Design',
description:
'',
color: '#a44fb7',
label: "Design",
description: "",
color: "#a44fb7",
},

i18n: {
label: 'I18n',
description:
'',
color: '#127f82',
label: "I18n",
description: "",
color: "#127f82",
},

versioning: {
label: 'Versioning',
description:
'',
color: '#fe6829',
label: "Versioning",
description: "",
color: "#fe6829",
},

large: {
label: 'Large',
description:
'',
color: '#8c2f00',
label: "Large",
description: "",
color: "#8c2f00",
},

meta: {
label: 'Meta',
description: '',
color: '#4267b2',
label: "Meta",
description: "",
color: "#4267b2",
},

personal: {
label: 'Personal',
description:
'',
color: '#14cfc3',
label: "Personal",
description: "",
color: "#14cfc3",
},

templates: {
label: 'Templates',
description:
'',
color: '#ffcfc3',
label: "Templates",
description: "",
color: "#ffcfc3",
},
portfolio: {
label: 'portfolio',
description:
'',
color: '#ff4400',
label: "portfolio",
description: "",
color: "#ff4400",
},

clone: {
label: 'Clone',
description: '',
color: '#004400',
label: "Clone",
description: "",
color: "#004400",
},

ai: {
label: 'AI',
description: '',
color: '#007acc',
label: "AI",
description: "",
color: "#007acc",
},
game: {
label: "Game",
description: "",
color: "#555555",
},
};

const Users: User[] = [

{
title: 'You Tube Clone',
description: 'Build and Deploy a Modern YouTube Clone Application in React JS with Material UI 5',
preview: require('./showcase/YouTube-Clone.jpg'),
website: 'https://my-youtube-ajay.vercel.app/',
source: 'https://github.com/Ajay-Dhangar/youtube_clone',
tags: ['opensource', 'clone', 'favorite', 'react'],
title: "You Tube Clone",
description:
"Build and Deploy a Modern YouTube Clone Application in React JS with Material UI 5",
preview: require("./showcase/YouTube-Clone.jpg"),
website: "https://my-youtube-ajay.vercel.app/",
source: "https://github.com/Ajay-Dhangar/youtube_clone",
tags: ["opensource", "clone", "favorite", "react"],
},
{
title: 'Quiz App',
description: 'Explore and test your knowledge with the Quiz app. Engaging quizzes to challenge your mind and expand your horizons. Try it now!',
preview: require('./showcase/quiz-app.jpg'),
website: 'https://quiz-app-ajay-dhangar.vercel.app/',
source: 'https://github.com/Ajay-Dhangar/Quiz-app',
tags: ['opensource', 'clone', 'templates'],
title: "Quiz App",
description:
"Explore and test your knowledge with the Quiz app. Engaging quizzes to challenge your mind and expand your horizons. Try it now!",
preview: require("./showcase/quiz-app.jpg"),
website: "https://quiz-app-ajay-dhangar.vercel.app/",
source: "https://github.com/Ajay-Dhangar/Quiz-app",
tags: ["opensource", "clone", "templates"],
},
{
title: 'Music App',
description: 'Your music, your way. Explore and enjoy a world of tunes with our Spotify-inspired app. 🎶 ',
preview: require('./showcase/music-app.jpg'),
website: 'https://shivay-studio.vercel.app/',
source: 'https://github.com/Ajay-Dhangar/music-app',
tags: ['opensource', 'clone', 'templates'],
title: "Music App",
description:
"Your music, your way. Explore and enjoy a world of tunes with our Spotify-inspired app. 🎶 ",
preview: require("./showcase/music-app.jpg"),
website: "https://shivay-studio.vercel.app/",
source: "https://github.com/Ajay-Dhangar/music-app",
tags: ["opensource", "clone", "templates"],
},

{
title: 'TailwindBlog',
description: 'The Starter app is a feature-rich Next.js and Tailwind CSS blogging starter template.',
preview: require('./showcase/TailwindBlog.jpg'),
website: 'https://starter-aj-zero-coding.vercel.app/',
source: 'https://github.com/Ajay-Dhangar/starter',
tags: ['opensource', 'clone', 'templates'],
title: "TailwindBlog",
description:
"The Starter app is a feature-rich Next.js and Tailwind CSS blogging starter template.",
preview: require("./showcase/TailwindBlog.jpg"),
website: "https://starter-aj-zero-coding.vercel.app/",
source: "https://github.com/Ajay-Dhangar/starter",
tags: ["opensource", "clone", "templates"],
},

{
title: 'GERIGHT',
description: 'Experience culinary excellence at Gericht Restaurant: Modern UI, showcasing The Key To Fine Dining.',
preview: require('./showcase/gericht-restaurant-modern-ui.jpg'),
website: 'https://ajay-1.vercel.app/',
source: 'https://github.com/Ajay-Dhangar/gericht-restaurant-modern-ui',
tags: ['opensource', 'templates', 'clone'],
title: "GERIGHT",
description:
"Experience culinary excellence at Gericht Restaurant: Modern UI, showcasing The Key To Fine Dining.",
preview: require("./showcase/gericht-restaurant-modern-ui.jpg"),
website: "https://ajay-1.vercel.app/",
source: "https://github.com/Ajay-Dhangar/gericht-restaurant-modern-ui",
tags: ["opensource", "templates", "clone"],
},
{
title: "Tic Tac Toe Game",
description:
"Tic Tac Toe Game using React JS. Play the game and enjoy the fun.",
preview: require("./showcase/react-tic-tac-toe.jpg"),
website: "#",
source: "https://github.com/Ajay-Dhangar/react-tic-tac-toe",
tags: ["opensource", "game", "react"],
},
{
title: "Broadcast Web",
description:
"Broadcast Web is a modern and responsive web application for broadcasting your own channel.",
preview: require("./showcase/broadcast-web.jpg"),
website: "https://codeharborhub-broadcast-web.vercel.app/",
source: "",
tags: ["opensource", "product", "nextjs", "javascript"],
},
];

Expand All @@ -234,8 +244,8 @@ function sortUsers() {
// Sort by site name
result = sortBy(result, (user) => user.title.toLowerCase());
// Sort by favorite tag, favorites first
result = sortBy(result, (user) => !user.tags.includes('favorite'));
result = sortBy(result, (user) => !user.tags.includes("favorite"));
return result;
}

export const sortedUsers = sortUsers();
export const sortedUsers = sortUsers();