Skip to content

VictorBravim/Exotics

Repository files navigation

🚗 Exotics

image 8

🚀 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
  1. Navigate to the project directory:
cd Exotics
  1. 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