Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/victorbravim/exotics
- Owner: VictorBravim
- License: mit
- Created: 2024-05-07T15:58:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-26T20:19:49.000Z (8 months ago)
- Last Synced: 2024-11-09T17:13:57.616Z (3 months ago)
- Topics: car, nextjs, rental, tailwind, typescript
- Language: TypeScript
- Homepage: https://exotics.vercel.app
- Size: 11 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).