MCPcopy Create free account

hub / github.com/achyuthkp27/Portfolio / functions

Functions196 in github.com/achyuthkp27/Portfolio

↓ 29 callersFunctionslideUp
(frame: number, fps: number, delay: number = 0)
remotion-video/src/animations.ts:8
↓ 27 callersFunctioncn
(...inputs: ClassValue[])
src/lib/utils.ts:4
↓ 15 callersFunctionsetTheme
(theme: string)
src/components/ui/CommandMenu.tsx:54
↓ 12 callersFunctionstagger
(index: number, baseDelay: number = 0, gap: number = 4)
remotion-video/src/animations.ts:55
↓ 10 callersFunctionuseMobile
()
src/hooks/useMobile.tsx:5
↓ 9 callersFunctionuseIdleMount
( shouldMount: boolean, delay: number = 8000, idleTimeout: number = 12000, )
src/hooks/useIdleMount.ts:15
↓ 7 callersFunctionfetchLatestRepositories
(limit: number = 6)
src/lib/github.ts:43
↓ 6 callersFunctionrunCommand
(command: () => void)
src/components/ui/CommandMenu.tsx:49
↓ 6 callersFunctionscaleIn
(frame: number, fps: number, delay: number = 0)
remotion-video/src/animations.ts:18
↓ 5 callersFunctiondispatch
(action: Action)
src/hooks/use-toast.ts:128
↓ 5 callersFunctionfetchRepositoryDetails
(repoName: string)
src/lib/github.ts:62
↓ 5 callersFunctionparallaxFloat
(frame: number, amplitude: number = 8, speed: number = 0.03)
remotion-video/src/animations.ts:137
↓ 5 callersFunctionslideLeft
(frame: number, fps: number, delay: number = 0)
remotion-video/src/animations.ts:26
↓ 5 callersFunctionuseLowEndDevice
()
src/hooks/useLowEndDevice.ts:3
↓ 4 callersFunctionfetchRepositoryReadme
(repoName: string)
src/lib/github.ts:79
↓ 4 callersFunctionhandleScroll
(e: React.MouseEvent<HTMLAnchorElement>, href: string)
src/components/Navigation.tsx:104
↓ 4 callersFunctionwriteCache
Write a value to localStorage with the current timestamp.
src/lib/github.ts:35
↓ 3 callersMethoddisconnect
()
src/test/setup.ts:21
↓ 3 callersMethodobserve
()
src/test/setup.ts:22
↓ 3 callersFunctionplayDrum
(type: 'kick' | 'hat' | 'bass', time: number)
src/components/3d/SpaceScene.tsx:14
↓ 3 callersFunctionreadCache
Read a cached value from localStorage if it hasn't expired.
src/lib/github.ts:19
↓ 3 callersFunctionslideRight
(frame: number, fps: number, delay: number = 0)
remotion-video/src/animations.ts:36
↓ 3 callersFunctionstopDJ
()
src/components/3d/SpaceScene.tsx:76
↓ 3 callersFunctionuseAnalytics
()
src/lib/analytics.tsx:47
↓ 3 callersFunctionuseLoading
()
src/context/LoadingContext.tsx:20
↓ 3 callersFunctionuseSmoothScroll
()
src/components/ui/SmoothScroll.tsx:12
↓ 2 callersFunctionaddToRemoveQueue
(toastId: string)
src/hooks/use-toast.ts:55
↓ 2 callersFunctionformatDate
(dateStr: string)
src/components/BlogSection.tsx:38
↓ 2 callersFunctionformatDate
(dateStr: string)
src/pages/BlogList.tsx:18
↓ 2 callersFunctiongetAudioCtx
()
src/components/Guestbook.tsx:91
↓ 2 callersFunctionneonLine
(color: string = COLORS.neon.cyan, width: number | string = 200)
remotion-video/src/styles.ts:107
↓ 2 callersFunctionobserveAllSections
()
src/components/Navigation.tsx:64
↓ 2 callersFunctionplayTickSound
()
src/components/Guestbook.tsx:99
↓ 2 callersFunctionremoveListeners
()
src/hooks/useIdleMount.ts:44
↓ 2 callersFunctionscrollToTarget
(element: HTMLElement)
src/components/Navigation.tsx:87
↓ 2 callersFunctiontoast
({ ...props }: Toast)
src/hooks/use-toast.ts:137
↓ 1 callersFunctionaddListeners
()
src/hooks/useIdleMount.ts:37
↓ 1 callersFunctioncalculateDuration
()
src/components/ui/ExperienceTimer.tsx:21
↓ 1 callersFunctioncheckMobile
()
src/hooks/useMobile.tsx:9
↓ 1 callersFunctioncinematicBg
(accentColor: string = COLORS.neon.cyan)
remotion-video/src/styles.ts:92
↓ 1 callersFunctioncountUp
(frame: number, delay: number, target: number, duration: number = 20)
remotion-video/src/animations.ts:69
↓ 1 callersFunctiondismiss
()
src/hooks/use-toast.ts:145
↓ 1 callersFunctionfetchCommits
()
src/components/ActivityWidget.tsx:19
↓ 1 callersFunctionfetchPosts
()
src/components/BlogSection.tsx:22
↓ 1 callersFunctionfetchPosts
()
src/pages/BlogList.tsx:33
↓ 1 callersFunctionfloatingParticle
( frame: number, baseX: number, baseY: number, ampX: number = 20, ampY: number = 15, speedX: number =
remotion-video/src/animations.ts:146
↓ 1 callersFunctiongenId
()
src/hooks/use-toast.ts:24
↓ 1 callersFunctiongetBaseColor
()
src/components/3d/SpaceScene.tsx:94
↓ 1 callersFunctionhandlePersonaClick
(id: PersonaId)
src/components/AboutMeSection.tsx:310
↓ 1 callersFunctioninitPostHog
()
src/lib/analytics.tsx:8
↓ 1 callersFunctionmount
()
src/hooks/useIdleMount.ts:27
↓ 1 callersFunctionparticleDot
( x: number, y: number, size: number, color: string, opacity: number )
remotion-video/src/styles.ts:117
↓ 1 callersFunctionreducer
(state: State, action: Action)
src/hooks/use-toast.ts:71
↓ 1 callersMethodrender
()
src/components/ErrorBoundary.tsx:51
↓ 1 callersFunctionstartDJ
()
src/components/3d/SpaceScene.tsx:51
↓ 1 callersFunctiontoggleExpanded
(index: number)
src/components/ExperienceTimeline.tsx:19
↓ 1 callersFunctiontransitionBlur
(frame: number, totalFrames: number, blurFrames: number = 10)
remotion-video/src/animations.ts:160
↓ 1 callersFunctiontypewriter
(text: string, frame: number, delay: number = 0, speed: number = 2)
remotion-video/src/animations.ts:77
↓ 1 callersFunctionurlFor
(source: any)
src/lib/sanity.ts:57
↓ 1 callersFunctionuseTheme
()
src/hooks/useTheme.tsx:37
↓ 1 callersFunctionuseToast
()
src/hooks/use-toast.ts:166
↓ 1 callersFunctionzoomEntry
(frame: number, durationFrames: number = 15)
remotion-video/src/animations.ts:89
↓ 1 callersFunctionzoomExit
(frame: number, totalFrames: number, durationFrames: number = 12)
remotion-video/src/animations.ts:105
↓ 1 callersFunctionzoomTransition
(frame: number, totalFrames: number, entryDur: number = 15, exitDur: number = 12)
remotion-video/src/animations.ts:120
FunctionAboutMeSection
()
src/components/AboutMeSection.tsx:276
FunctionAboutScene
()
remotion-video/src/scenes/AboutScene.tsx:26
FunctionAchievementsScene
()
remotion-video/src/scenes/AchievementsScene.tsx:7
FunctionActivityWidget
()
src/components/ActivityWidget.tsx:8
FunctionAnalytics
()
src/components/Analytics.tsx:7
FunctionAnalyticsProvider
({ children }: { children: React.ReactNode })
src/lib/analytics.tsx:27
FunctionAnimatedRoutes
()
src/App.tsx:40
FunctionApp
()
src/App.tsx:81
FunctionArcRing
({ level, color, frame, delay, size = 44 })
remotion-video/src/scenes/SkillsScene.tsx:16
FunctionArchitectureGallery
()
src/components/ArchitectureGallery.tsx:5
FunctionAwardSection
()
src/components/AwardSection.tsx:9
FunctionBadge
({ className, variant, ...props }: BadgeProps)
src/components/ui/badge.tsx:25
FunctionBentoCard
({ children, className = "", delay = 0 }: { children: React.ReactNode, className?: string, delay?: number })
src/components/PhilosophySection.tsx:7
FunctionBlogList
()
src/pages/BlogList.tsx:27
FunctionBlogPost
()
src/pages/BlogPost.tsx:9
FunctionBlogSection
()
src/components/BlogSection.tsx:16
FunctionCommandDialog
({ children, ...props }: DialogProps)
src/components/ui/command.tsx:24
FunctionCommandMenu
()
src/components/ui/CommandMenu.tsx:10
FunctionCommandShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/command.tsx:115
FunctionContactScene
()
remotion-video/src/scenes/ContactScene.tsx:17
FunctionContactSection
()
src/components/ContactSection.tsx:17
FunctionContentBlock
()
src/components/SystemStatus.tsx:31
FunctionCustomCursor
()
src/components/ui/CustomCursor.tsx:17
FunctionDecryptText
({ text, className = "", speed = 30, maxIterations = 10, }: DecryptTextProps)
src/components/ui/DecryptText.tsx:15
FunctionDeferredExperience
()
src/App.tsx:56
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:59
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:54
FunctionEducationSection
()
src/components/EducationSection.tsx:8
FunctionExperienceScene
()
remotion-video/src/scenes/ExperienceScene.tsx:25
FunctionExperienceTimeline
()
src/components/ExperienceTimeline.tsx:7
FunctionExperienceTimer
({ startDate }: ExperienceTimerProps)
src/components/ui/ExperienceTimer.tsx:8
FunctionFooter
()
src/components/Footer.tsx:5
FunctionGuestbook
()
src/components/Guestbook.tsx:147
FunctionHero
()
src/components/Hero.tsx:19
FunctionHeroObjectFixed
({ animEnabled }: { animEnabled: boolean })
src/components/3d/SpaceScene.tsx:83
FunctionHighlightBlock
({ item }: { item: Highlight })
src/components/AboutMeSection.tsx:255
next →1–100 of 196, ranked by callers