SametAydinhan / car-showcase

I made an car rent site using Next JS, TypeScript and Tailwind CSS

Home Page:https://car-showcase-three-sable.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Developed with Next.js and leveraging its server-side rendering capabilities, the Car Showcase website presents various car types, showcasing comprehensive information in a well-designed format with advanced filtering and pagination support for an enhanced user experience.

Tech Stack

  • Next.js
  • TypeScript
  • Tailwind CSS

Features

  • Home Page: Showcases a visually appealing display of cars fetched from a third-party API, providing a captivating introduction to the diverse range of vehicles available.

  • Exploration and Filtering: Explore a wide variety of cars from around the world, utilizing a search and filter system based on criteria such as model, manufacturer, year, fuel type, and make.

  • Transition to Server-Side Rendering: A seamless transition from client-side rendering to server-side rendering, enhancing performance and providing a smoother browsing experience.

  • Pagination: For easy navigation through a large dataset of cars, allowing users to explore multiple pages effortlessly.

  • 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: Utilize TypeScript to provide robust typing for enhanced code quality and better development

  • Responsive Website Design: The website is designed to be visually pleasing and responsive, ensuring an optimal user experience across various devices.

and many more, including code architecture and reusability

Screenshots

image image image image

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, 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.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

car-showcase

About

I made an car rent site using Next JS, TypeScript and Tailwind CSS

https://car-showcase-three-sable.vercel.app/


Languages

Language:TypeScript 83.1%Language:CSS 16.1%Language:JavaScript 0.8%