Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andrijaweb/portfolio-website
/ functions
Functions
26 in github.com/andrijaweb/portfolio-website
⨍
Functions
26
◇
Types & classes
1
↓ 4 callers
Function
cn
(...inputs: ClassValue[])
app/_lib/utils.ts:4
↓ 1 callers
Function
goToTestimonial
(index: number)
app/_components/Testimonials.tsx:18
↓ 1 callers
Function
renderWords
()
app/_components/ui/TextGenerate.tsx:33
Function
AnimatedParagraph
({ paragraph }: { paragraph: string })
app/_components/AnimatedParagraph.tsx:6
Function
AnimatedTooltip
({ items, }: { items: { id: number; name: string; designation: string; image: string; }[
app/_components/ui/Tooltip.tsx:12
Function
Footer
()
app/_components/Footer.tsx:10
Function
HeroSection
()
app/_components/HeroSection.tsx:8
Function
Homepage
()
app/page.tsx:21
Function
Navbar
({ navItems, className, }: { navItems: { name: string; link: string; icon?: JSX.Element; }
app/_components/ui/Navbar.tsx:12
Function
NotFoundPage
()
app/not-found.tsx:3
Function
NotFoundPage
()
app/work/[projectName]/not-found.tsx:3
Function
ProjectCard
({ project }: { project: ProjectProps })
app/_components/ProjectCard.tsx:21
Function
ProjectOverview
({ params }: { params: { projectName: string } })
app/work/[projectName]/page.tsx:41
Function
ProjectTechnologiesMini
({ techStack }: { techStack: string[] })
app/_components/ProjectTechnologiesMini.tsx:1
Function
ProjectsSection
()
app/_components/ProjectsSection.tsx:7
Function
RootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
app/layout.tsx:18
Function
ShinyButton
({ children, icon, iconPosition = "right", }: { children: React.ReactNode; icon?: React.ReactNode;
app/_components/ui/ShinyButton.tsx:3
Function
Skills
()
app/_components/Skills.tsx:7
Function
TechCard
({ cardInfo, }: { cardInfo: { name: string; description: string; imageUrl: string; bgColor
app/_components/TechCard.tsx:3
Function
Testimonials
()
app/_components/Testimonials.tsx:11
Function
TextGenerateEffect
({ words, className, filter = true, duration = 0.5, }: { words: string; className?: string; filt
app/_components/ui/TextGenerate.tsx:6
Function
ThemeProvider
({ children, ...props }: ThemeProviderProps)
app/_components/ThemeProvider.tsx:7
Function
addVariablesForColors
({ addBase, theme }: any)
tailwind.config.ts:73
Function
error
({ error, reset, }: { error: Error & { digest?: string }; reset: () => void; })
app/error.tsx:3
Function
generateMetadata
({ params, }: { params: { projectName: string }; })
app/work/[projectName]/page.tsx:19
Function
handleMouseMove
(event: any)
app/_components/ui/Tooltip.tsx:35