Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.34 KB

README.md

File metadata and controls

57 lines (38 loc) · 1.34 KB

🏢 Real Estate

image 1

🚀 Overview

This project is a real estate platform where users can browse through various properties, view detailed information about each property, and filter properties based on their preferences. It features a responsive design using Bootstrap and custom CSS.

📋 Requirements

  • Node.js (version 14 or higher)
  • npm (Node Package Manager)
  • Bootstrap (5)
  • React-Icons

🔧 Installation

  1. Clone the repository:
git clone https://github.com/VictorBravim/RealEstate.git
  1. Navigate to the project directory:
cd RealEstate
  1. Install the dependencies:
npm install
or
yarn install
  1. Run the development server:
npm run dev

🛠️ Project Structure

  • Nav: Navigation component displayed at the top of all pages.
  • Hero: Hero component featured on the main page.
  • Filter: Component to filter properties by category and transaction type.
  • Propriedades: Component that lists available properties.
  • Footer: Footer component displayed at the bottom of the page.
  • Loader: Loading component displayed while data is being fetched.
  • Casa: Page displaying detailed information about a specific property.

📄 License