The Auto Hub Project is a web application built to showcase a catalog of cars. It provides users with information about different car models, allowing them to browse, search, and filter cars based on various criteria.
- View a list of cars with details such as make, model, year, and price.
- Search for specific cars by make, model, or year.
- Filter cars by various criteria such as price range, year range, and make.
- Sort cars based on price, year, or mileage.
- Responsive design for optimal viewing on different devices.
car-catalog-next-js-typescript.vercel.app
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Create .env file with NEXT_PUBLIC_IMAGIN_API_KEY variable. You can try it with free one - hrjavascript-mastery. Or add your own if you got one.
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.
Maksym Azimov - Lead Developer.