An open API service indexing awesome lists of open source software.

https://github.com/kryptonbd/carisma

Carisma is a Next.js-based car showcase website
https://github.com/kryptonbd/carisma

nextjs react typescript

Last synced: 7 months ago
JSON representation

Carisma is a Next.js-based car showcase website

Awesome Lists containing this project

README

          

![Carisma Logo](/public/logo.png)

# Carisma

Carisma is a sleek and intuitive car showcase website where users can find, view, and explore cars available for rent. Built with Next.js, Carisma aims to streamline the car rental experience by offering a fast and seamless interface to discover cars and view pricing details

![Carisma Hero](/public/screenshot.png)

## Features

- Car Search: Easily browse through a diverse selection of cars.
- View Car Details: Access detailed car information, including specifications and pricing per day.
- Responsive Design: Optimized for both desktop and mobile platforms.
- Next.js Integration: Fast server-side rendering for optimized performance.
- Seamless UX: Designed to provide a hassle-free and enjoyable experience.

## Running in your machine

clone this repository

```bash
git clone https://github.com/KryptonBD/Carisma.git
cd carisma
```

Install dependencies

```bash
npm install
```

Rename `.env.example` with `.env` and update with your api key and host from [Rabbit Cars API](https://rapidapi.com/apininjas/api/cars-by-api-ninjas)

```bash
API_KEY=YOUR_API_KEY
API_HOST=YOUR_API_HOST
```

run the development server

```bash
npm run dev
```

Open http://localhost:3000/ to see it