Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.33 KB

README.md

File metadata and controls

49 lines (36 loc) · 1.33 KB

Car Hub

Contents

Description

Car Hub is a website built to facilitate users in obtaining specifications for rental cars. Car Hub fetches details about cars from an external API with search functionality, search filters, and search input. It is created with both client-side and server-side rendering.

Features

  • Search Car
  • Filter by manufacturer
  • Filter by car model
  • Filter by fuel
  • Filter by year

Installation for Development

Use the package manager npm to install all required dependecies.

npm install

and then:

npm run dev

Screenshoots

Demo Car Hub

Let's try it.