Skip to content

Car Showcase app that allows users to find, rent or book a car. Contains APIs from RapidAPI that provides the list of cars and an API from Imagin.studio that provides the car images in all angles for the modal

Notifications You must be signed in to change notification settings

samnjuguna44/car-showcase-app

Repository files navigation

This is a Next.js project tht allows users to rent cars. It uses an API from RaidAPI client to provide the cars and an API from Imagin.studio to provide images for the cars in all angles.

CAR SHOWCASE APP

Discover the best cars in the world for rental

NOTE:

Nextjs has a bug updating search params resets scroll position. Solution: change the app to client side rendering - use useState and useEffect. I used default car image from IMAGEIN STUDIO since their services are not free I load the placeholder image on error from imagein studio car image url Solution: pay for imagein studio or get another free service.( still looking for one) SAMPLE ENV:

NEXT_PUBLIC_RAPID_API_KEY='RAPI API KEY' NEXT_PUBLIC_IMAGIN_API_KEY='API KEY'

THEN:

yarn/npm install yarn/npm run dev

About

Car Showcase app that allows users to find, rent or book a car. Contains APIs from RapidAPI that provides the list of cars and an API from Imagin.studio that provides the car images in all angles for the modal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages