Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/victorbravim/exotics

Car Rental Template
https://github.com/victorbravim/exotics

car nextjs rental tailwind typescript

Last synced: about 1 month ago
JSON representation

Car Rental Template

Awesome Lists containing this project

README

        

# 🚗 Exotics

![image 8](https://github.com/VictorBravim/Exotics/assets/122113588/f55f83e1-11e0-4ed7-8463-5074318bdb4e)

## 🚀 Overview

This documentation describes a web project built using React and Next.js, intended to create a website for luxury car rentals. The website includes several sections such as navigation, featured sections (hero), display of available cars, and contact form.

## 📋 Requirements

- Node.js
- npm ou yarn

## 🔧 Installation

1. Clone the Repository:

```
git clone https://github.com/VictorBravim/Exotics.git
```

2. Navigate to the project directory:

```
cd Exotics
```

2. Install Dependencies:

```
npm install
# ou
yarn install
```

## 🛠️ Project Structure

- components/: Contains the reusable React components used in different parts of the website.
- pages/: Contains the React pages that are rendered in specific routes.
- public/: Contains static files such as images and fonts.
- styles/: Contains global styles files and Tailwind CSS settings.

## 📄 License

- This project is licensed under the [MIT License](LICENSE).