MCPcopy Create free account

hub / github.com/CharanMunur/Portfolio / functions

Functions54 in github.com/CharanMunur/Portfolio

↓ 17 callersFunctioncn
(...inputs: ClassValue[])
src/lib/utils.ts:4
↓ 2 callersFunctiondjb2Hash
(str: string)
src/lib/fingerprint.ts:1
↓ 1 callersFunctionfetchContributions
()
src/components/Stats.tsx:75
↓ 1 callersFunctionformatActivityDate
(date: string)
src/components/Stats.tsx:29
↓ 1 callersFunctiongenerateFingerprint
()
src/lib/fingerprint.ts:23
↓ 1 callersFunctiongetCanvasHash
()
src/lib/fingerprint.ts:9
↓ 1 callersFunctiongetOrCreateFingerprint
()
src/lib/fingerprint.ts:40
↓ 1 callersFunctiongetOrdinal
(n: number)
src/components/VisitorCount.tsx:51
↓ 1 callersFunctiontrack
()
src/components/VisitorCount.tsx:14
FunctionApp
()
src/App.tsx:11
FunctionAvatar
({ className, size = "default", ...props }: React.ComponentProps<typeof AvatarPrimitive.Root> & { size
src/components/ui/avatar.tsx:6
FunctionAvatarBadge
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/avatar.tsx:58
FunctionAvatarFallback
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Fallback>)
src/components/ui/avatar.tsx:42
FunctionAvatarGroup
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/avatar.tsx:74
FunctionAvatarGroupCount
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/avatar.tsx:87
FunctionAvatarImage
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Image>)
src/components/ui/avatar.tsx:26
FunctionBlog
()
src/pages/Blog.tsx:7
FunctionBlogCard
({ title, description, tags, date, readTime }: Blog)
src/components/BlogCard.tsx:5
FunctionBlogDetail
()
src/pages/BlogDetail.tsx:8
FunctionBlogSection
()
src/components/BlogSection.tsx:7
FunctionButton
({ className, variant = "default", size = "default", asChild = false, ...props }: React.ComponentPro
src/components/ui/button.tsx:9
FunctionComingSoonCard
()
src/components/ComingSoonCard.tsx:4
FunctionComingSoonCardWide
()
src/components/ComingSoonCardWide.tsx:4
FunctionContact
()
src/pages/Contact.tsx:7
FunctionFadeIn
({ children, delay = 0, duration, yOffset, className, ...props }: FadeInProps)
src/components/helpers/FadeIn.tsx:9
FunctionFooter
()
src/components/Footer.tsx:3
FunctionHero
()
src/components/Hero.tsx:11
FunctionModeToggle
()
src/features/theme/mode-toggle.tsx:6
FunctionMusicBars
()
src/components/MusicPlayer.tsx:5
FunctionMusicIcon
({ isPlaying, onClick, }: { isPlaying: boolean; onClick: () => void; })
src/components/MusicPlayer.tsx:24
FunctionMusicPlayer
()
src/components/MusicPlayer.tsx:47
FunctionNavbar
()
src/components/Navbar.tsx:18
FunctionProjectCard
({ name, imgSrc, description, techStack, liveLink, githubLink, }: Project)
src/components/ProjectCard.tsx:7
FunctionProjectDetail
()
src/pages/ProjectDetail.tsx:10
FunctionProjectSection
()
src/components/ProjectSection.tsx:9
FunctionProjects
()
src/pages/Projects.tsx:9
FunctionQuoteSection
()
src/components/QuoteSection.tsx:6
FunctionScrollToTop
()
src/components/helpers/ScrollToTop.tsx:4
FunctionSkeleton
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/skeleton.tsx:3
FunctionSkillSection
()
src/components/SkillSection.tsx:7
FunctionSmoothScroll
({ children, }: { children: React.ReactNode; })
src/components/helpers/SmoothScroll.tsx:5
FunctionSocialIcon
({ icon, darkIcon, alt, className }: SocialIconProps)
src/components/helpers/SocialIcon.tsx:10
FunctionStats
({ year: initialYear = 2026 }: StatsProps)
src/components/Stats.tsx:38
FunctionTabs
({ className, orientation = "horizontal", ...props }: React.ComponentProps<typeof TabsPrimitive.Root>)
src/components/ui/tabs.tsx:8
FunctionTabsContent
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Content>)
src/components/ui/tabs.tsx:61
FunctionTabsList
({ className, variant = "default", ...props }: React.ComponentProps<typeof TabsPrimitive.List> & Varia
src/components/ui/tabs.tsx:26
FunctionTabsTrigger
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Trigger>)
src/components/ui/tabs.tsx:42
FunctionTechIcon
({ item, className }: TechIconProps)
src/components/helpers/TechIcon.tsx:9
FunctionThemeProvider
({ children, ...props }: ThemeProviderProps)
src/providers/theme-provider.tsx:4
FunctionVisitorCount
()
src/components/VisitorCount.tsx:6
Functionhandler
(req: VercelRequest, res: VercelResponse)
api/visitors.ts:10
FunctiononWheel
(e: WheelEvent)
src/components/Stats.tsx:59
Functionraf
(time: number)
src/components/helpers/SmoothScroll.tsx:16
FunctiontogglePlay
()
src/components/MusicPlayer.tsx:51