Skip to content

React App for managing contracts of a small Real Estate Agency.

License

Notifications You must be signed in to change notification settings

lucasrznd/front-imobiliaria

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS React

DescriptionFeaturesInstallationContribution

📙 Description

The Real Estate Management System (SGI) is a frontend application developed in ReactJS to help small real estate agencies manage tenants, owners, properties, contracts, and installments.

✨ Features

  • Tenant Registration: Register information about property tenants.
  • Owner Registration: Maintain a record of property owners.
  • Property Registration: Add details about properties available for rent.
  • Contract Management: Manage rental contracts between tenants and owners.
  • Installment Control: Track contract installments, including due dates and payment status.

Technologies Used

  • ReactJS: JavaScript library for building user interfaces.
  • PrimeReact: Library of ready-made components for React, used for elements like inputs, menus, and tables.
  • PrimeFlex: Flexible layout system based on flexbox for CSS styling.

🛠️ Installation

Follow the steps below to set up the project on your local machine:

  1. Clone the repository:

    git clone https://github.com/lucasrznd/front-imobiliaria.git
    cd front-imobiliaria
  2. Install the project dependencies:

    npm install
    # or
    yarn install

Running the Application

To start the application in development mode, run the command:

npm start
# or
yarn start

🤝 Contribution

Contributions are welcome! If you have suggestions, improvements, or find bugs, feel free to open an issue or submit a pull request.

👨🏻‍💻 Author

Lucas Rezende
Lucas Rezende

💻