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
- Host: GitHub
- URL: https://github.com/kryptonbd/carisma
- Owner: KryptonBD
- Created: 2024-09-22T12:15:20.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-22T12:16:30.000Z (over 1 year ago)
- Last Synced: 2025-06-23T22:55:25.911Z (7 months ago)
- Topics: nextjs, react, typescript
- Language: TypeScript
- Homepage:
- Size: 11.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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

## 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