MCPcopy Create free account

hub / github.com/adrianhajdin/project_next13_car_showcase / functions

Functions23 in github.com/adrianhajdin/project_next13_car_showcase

↓ 5 callersFunctiongenerateCarImageUrl
(car: CarProps, angle?: string)
utils/index.ts:67
↓ 3 callersFunctionupdateSearchParams
(model: string, manufacturer: string)
components/Searchbar.tsx:37
↓ 1 callersFunctioncalculateCarRent
(city_mpg: number, year: number)
utils/index.ts:3
↓ 1 callersFunctionfetchCars
(filters: FilterProps)
utils/index.ts:44
↓ 1 callersFunctionhandleUpdateParams
(e: { title: string; value: string })
components/CustomFilter.tsx:16
FunctionButton
({ isDisabled, btnType, containerStyles, textStyles, title, rightIcon, handleClick }: CustomButtonProps)
components/CustomButton.tsx:7
FunctionCarCard
({ car }: CarCardProps)
components/CarCard.tsx:15
FunctionCarDetails
({ isOpen, closeModal, car }: CarDetailsProps)
components/CarDetails.tsx:14
FunctionCustomFilter
({ title, options }: CustomFilterProps)
components/CustomFilter.tsx:11
FunctionFooter
()
components/Footer.tsx:6
FunctionHero
()
components/Hero.tsx:7
FunctionHome
({ searchParams }: HomeProps)
app/page.tsx:6
FunctionNavBar
()
components/Navbar.tsx:6
FunctionRootLayout
({ children }: { children: React.ReactNode })
app/layout.tsx:10
FunctionSearchBar
()
components/Searchbar.tsx:21
FunctionSearchButton
({ otherClasses }: { otherClasses: string })
components/Searchbar.tsx:9
FunctionSearchManufacturer
({ manufacturer, setManuFacturer }: SearchManuFacturerProps)
components/SearchManufacturer.tsx:8
FunctionShowMore
({ pageNumber, isNext }: ShowMoreProps)
components/ShowMore.tsx:9
FunctiondeleteSearchParams
(type: string)
utils/index.ts:31
FunctionhandleNavigation
()
components/ShowMore.tsx:12
FunctionhandleScroll
()
components/Hero.tsx:8
FunctionhandleSearch
(e: React.FormEvent<HTMLFormElement>)
components/Searchbar.tsx:27
FunctionupdateSearchParams
(type: string, value: string)
utils/index.ts:18