henriquepx / real_estate

Real Estate Website emphasizing React practice, featuring a basic screen and showcasing componentization with Styled-components.

Home Page:https://real-estate-omega-nine.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🇧🇷 Português
🇺🇸 English

Real Estate Project |

Real Estate Logo

Welcome to the Real Estate project repository! This project was developed to consolidate knowledge in React, improve styling skills using Styled Components and create a responsive web application for a fictitious real estate company.

Project Description

The Real Estate Project is a simulation of a real estate company's website, where users can explore available property listings, get detailed information about each property and contact the company for more information. The project was created as a training platform to apply concepts such as componentization, responsive layout and the use of CSS Grid.

Resources

  • Explore available property listings.
  • View detailed information about each property.
  • Responsive layout to provide a user-friendly experience on mobile and desktop devices.
  • Styling using Styled Components to keep the code clean and organized.

Technologies Used

  • ReactJS - JavaScript library for creating user interfaces.
  • Styled Components - Library for styling React components.
  • Grid CSS - Layout system for creating flexible grid structures.

How to get started

To view the project on your local machine, follow the steps below:

  1. Make sure you have Node.js installed: Download Node.js
  2. Clone this repository: git clone https://github.com/henriquepx/real_estate
  3. Navigate to the project directory: cd real_estate
  4. Install the dependencies: npm install
  5. Start the development server: npm start

This will open the project in your default web browser.

Credits



About

Real Estate Website emphasizing React practice, featuring a basic screen and showcasing componentization with Styled-components.

https://real-estate-omega-nine.vercel.app


Languages

Language:JavaScript 98.3%Language:HTML 1.7%