Skip to content

R0Y15/ShowMeACar

Repository files navigation

Shopperz

An Elegant Car Rental Website

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

Built Using

  • Next.js
  • Typescript
  • Tailwind CSS

Full Page

Installation

  1. Clone the repository.
git clone
  1. Install the dependencies using
npm install
  1. 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>'
  1. Run the application using
npm run dev
  1. Open your browser and navigate to http://localhost:3000

License

This project is licensed under the MIT License.

About

Car rental made Easy. View-Book-Ride just that simple

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published