MCPcopy Create free account

hub / github.com/andrijaweb/portfolio-website / functions

Functions26 in github.com/andrijaweb/portfolio-website

↓ 4 callersFunctioncn
(...inputs: ClassValue[])
app/_lib/utils.ts:4
↓ 1 callersFunctiongoToTestimonial
(index: number)
app/_components/Testimonials.tsx:18
↓ 1 callersFunctionrenderWords
()
app/_components/ui/TextGenerate.tsx:33
FunctionAnimatedParagraph
({ paragraph }: { paragraph: string })
app/_components/AnimatedParagraph.tsx:6
FunctionAnimatedTooltip
({ items, }: { items: { id: number; name: string; designation: string; image: string; }[
app/_components/ui/Tooltip.tsx:12
FunctionFooter
()
app/_components/Footer.tsx:10
FunctionHeroSection
()
app/_components/HeroSection.tsx:8
FunctionHomepage
()
app/page.tsx:21
FunctionNavbar
({ navItems, className, }: { navItems: { name: string; link: string; icon?: JSX.Element; }
app/_components/ui/Navbar.tsx:12
FunctionNotFoundPage
()
app/not-found.tsx:3
FunctionNotFoundPage
()
app/work/[projectName]/not-found.tsx:3
FunctionProjectCard
({ project }: { project: ProjectProps })
app/_components/ProjectCard.tsx:21
FunctionProjectOverview
({ params }: { params: { projectName: string } })
app/work/[projectName]/page.tsx:41
FunctionProjectTechnologiesMini
({ techStack }: { techStack: string[] })
app/_components/ProjectTechnologiesMini.tsx:1
FunctionProjectsSection
()
app/_components/ProjectsSection.tsx:7
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
app/layout.tsx:18
FunctionShinyButton
({ children, icon, iconPosition = "right", }: { children: React.ReactNode; icon?: React.ReactNode;
app/_components/ui/ShinyButton.tsx:3
FunctionSkills
()
app/_components/Skills.tsx:7
FunctionTechCard
({ cardInfo, }: { cardInfo: { name: string; description: string; imageUrl: string; bgColor
app/_components/TechCard.tsx:3
FunctionTestimonials
()
app/_components/Testimonials.tsx:11
FunctionTextGenerateEffect
({ words, className, filter = true, duration = 0.5, }: { words: string; className?: string; filt
app/_components/ui/TextGenerate.tsx:6
FunctionThemeProvider
({ children, ...props }: ThemeProviderProps)
app/_components/ThemeProvider.tsx:7
FunctionaddVariablesForColors
({ addBase, theme }: any)
tailwind.config.ts:73
Functionerror
({ error, reset, }: { error: Error & { digest?: string }; reset: () => void; })
app/error.tsx:3
FunctiongenerateMetadata
({ params, }: { params: { projectName: string }; })
app/work/[projectName]/page.tsx:19
FunctionhandleMouseMove
(event: any)
app/_components/ui/Tooltip.tsx:35