A web application that helps you search and compare used Tesla vehicles with enhanced filtering capabilities and detailed hardware version information.
You can view a live version of the site at butt.thomasburgess.dev.
- Advanced Search: Filter Tesla inventory by model, year, price, and hardware version
- Hardware Version Detection: Automatically detects whether a Tesla has HW3 or HW4 based on VIN and manufacturing date
- Side-by-Side Comparison: Select multiple vehicles to compare their specifications
- Price Calculation: Toggle between different price views including:
- Base price
- Price with transport fees
- Price with estimated taxes
- Detailed Vehicle Information: View comprehensive details including:
- Range estimates
- Acceleration specs
- FSD (Full Self-Driving) status
- Interior/exterior colors
- VIN details
- Factory dates
- Clone the repository
- Install dependencies:
npm install
# or
yarn install
# or
pnpm install
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
- Open http://localhost:3000 with your browser to see the result.
- Framework: Next.js 15
- Styling: Tailwind CSS
- UI Components:
- Radix UI primitives
- Shadcn/ui components
- Form Handling: React Hook Form
- TypeScript: For type safety and better developer experience
/src/app
: Main application pages and layouts/src/components
: Reusable UI components/src/hooks
: Custom React hooks/src/lib
: Utility functions and shared code/src/types
: TypeScript type definitions
Created by Thomas Burgess, 2024. All rights reserved.