Car Finder allows users to search, browse, and view details for a wide variety of cars. The application is designed to be fast and user-friendly, leveraging the power of Next.js for server-side rendering and Tailwind CSS for responsive, modern design.
To run this project locally, follow the steps below:
git clone https://github.com/ben-cheng565/car-finder.git
cd car-finder
npm install
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.