A car rental website built with Next.js (App Router).
Warning This app is a work in progress.
/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
- Install dependencies using pnpm:
pnpm install
- Start the Development Server:
pnpm dev