This is a car showcase app built in Next.js.
Note: Since ImaginStudio has discontinued the free version of their API, this app will no longer be supported. I will maintain its website, but there won't be car images or new features.
Check it live here!
Go to the .env file and insert your RapidAPI key.
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
-
Searching and Filtering: Search and filter system based on the cars and API information.
-
Server-Side Rendering: Next.js allows react to transition from client-side rendering to server-side rendering, providing better performance and browsing experience.
-
Pagination: Easy navigation through a large dataset of cars, allowing users to explore multiple pages.
-
Metadata Optimization and SEO: Optimize metadata for car listing, enhancing search engine optimization (SEO) and ensuring better visibility on search engine results pages.
-
TypeScript Types: TypeScript provide robust typing for enhanced code quality and type safety.
-
Mobile Responsible Design: The website is designed to be visually pleasing and responsive, ensuring an optimal user experience across various devices.