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

https://github.com/victorbravim/realestate

Real Estate Site
https://github.com/victorbravim/realestate

bootstrap css imobiliaria nextjs real-estate realestate

Last synced: 10 months ago
JSON representation

Real Estate Site

Awesome Lists containing this project

README

          

# 🏢 Real Estate

![image 1](https://github.com/VictorBravim/RealEstate/assets/122113588/f019aec3-dd38-4e3d-af31-ff1552426fd2)

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

2. Navigate to the project directory:

```
cd RealEstate
```

3. Install the dependencies:

```
npm install
or
yarn install
```

4. 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

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