Skip to content

A car rental website built with Next.js (App Router), Tailwind CSS, Shadcn UI and Leaflet

Notifications You must be signed in to change notification settings

jianan1104/carhive

 
 

Repository files navigation

CarHive

A car rental website built with Next.js (App Router).

Warning This app is a work in progress.

opengraph-image

Features

  • /app dir
  • Routing, Layouts and Nested Layouts
  • Server and Client Components
  • Loading UI
  • Metadata files
  • Responsive User Interface
  • Styled using Tailwind CSS
  • UI Components built using Shadcn/ui
  • Interactive Map View using Leaflet
  • Validations using Zod
  • Form Validation using React Hook Form
  • Infinite Logo Slider
  • Search Bar
  • Advanced Filters
  • Code Linting
  • Written in TypeScript

Running Locally

  1. Install dependencies using pnpm:
pnpm install
  1. Start the Development Server:
pnpm dev

About

A car rental website built with Next.js (App Router), Tailwind CSS, Shadcn UI and Leaflet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.1%
  • Other 1.9%