This is a car rental website built using Next.js, Typescript and Tailwind CSS. It uses the Imagin Studio API to fetch the car Image data and Rapid API to fetch car details data.
Link to Site: https://show-me-a-car.vercel.app
- Next.js
- Typescript
- Tailwind CSS
- Clone the repository.
git clone
- Install the dependencies using
npm install
- Create a
.env
file in the root directory of the project and add the following environment variables. also please note that the emailJs environment variables are optional and only required if you want to use the contact form.
# Imagin Studio
NEXT_PUBLIC_IMAGIN_STUDIO_CUSTOMER_ID = '<Your_Imagin_Studio_API_Key>'
# Rapid API
NEXT_PUBLIC_RAPID_API_KEY = '<Your_Rapid_API_Key>'
- Run the application using
npm run dev
- Open your browser and navigate to
http://localhost:3000
This project is licensed under the MIT License.