Skip to content

Car Showcase Next.js application, used Rapid API for display vehicles and their features. Built in Next.js, React, TypeScript and Tailwind CSS.

Notifications You must be signed in to change notification settings

Shagunkesarwani/Car-Showcase

Repository files navigation

Car Showcase Hub

Next.js 13 app under Node v16.13.2

Goals & Functionalities:

  • Next.js Server Side Rendering feature
  • Organized file & folder structure
  • Application routes implementation
  • Search & Filtering capabilities
  • Data display in chunks
  • Combobox & Modal elements
  • Transitioning from CSR to SSR
  • Optimizing metadata & SEO
  • Mobile responsiveness

Tech stack:

Project setup:

npx create-next-app@latest ./
  • Typescript: Y
  • ESLint: N
  • Tailwind: Y
  • src directory: N
  • App router: Y
  • import alias: N

Run dev server:

npm run dev

Deployment:

Project deployed on Vercel

Important info:

Every page and component in Next.js are Server Side Rendered, meaning the data is fetched directly on the server. SSR components can be converted into CSR components by applying "use client" (for all the browser events).

About

Car Showcase Next.js application, used Rapid API for display vehicles and their features. Built in Next.js, React, TypeScript and Tailwind CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published