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.
- Node.js (version 14 or higher)
- npm (Node Package Manager)
- Bootstrap (5)
- React-Icons
- Clone the repository:
git clone https://github.com/VictorBravim/RealEstate.git
- Navigate to the project directory:
cd RealEstate
- Install the dependencies:
npm install
or
yarn install
- Run the development server:
npm run dev
- 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.
- This project is licensed under the MIT License.