Skip to content

Tinkkid/next-js-cars

Repository files navigation

CarHub showcase

This is a demo single page application. You can find and rent a car from the list. To search for a car, you can additionally use the year of production and the type of fuel. To obtain data on the car are used API from Rapidapi.com - Cars by API-Ninjas and Car Imagery API to obtain images from different angles.

SPA built using:

Getting Started

  1. Clone this repository:
git clone https://github.com/Tinkkid/next-js-cars.git
  1. Install all dependencies:
npm install
  1. Set up the necessary environment variables in the .env file.
  2. Start project:
npm run dev
  1. Open http://localhost:3000 with your browser to see the result.

Live page

Open page - use link next-js-cars.vercel.app