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.
- Search Car
- Filter by manufacturer
- Filter by car model
- Filter by fuel
- Filter by year
Use the package manager npm to install all required dependecies.
npm install
and then:
npm run dev
Let's try it.