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
- Host: GitHub
- URL: https://github.com/victorbravim/realestate
- Owner: VictorBravim
- License: mit
- Created: 2024-05-21T15:40:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T18:49:34.000Z (almost 2 years ago)
- Last Synced: 2025-03-08T12:51:53.765Z (over 1 year ago)
- Topics: bootstrap, css, imobiliaria, nextjs, real-estate, realestate
- Language: CSS
- Homepage: https://real-estate-beige-omega.vercel.app
- Size: 8.68 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🏢 Real Estate

## 🚀 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).