https://github.com/lucasrznd/front-imobiliaria
React App for managing contracts of a small Real Estate Agency.
https://github.com/lucasrznd/front-imobiliaria
javascript json-server nodejs primeflex primereact react
Last synced: 5 months ago
JSON representation
React App for managing contracts of a small Real Estate Agency.
- Host: GitHub
- URL: https://github.com/lucasrznd/front-imobiliaria
- Owner: lucasrznd
- License: mit
- Created: 2024-03-22T15:08:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T21:06:12.000Z (almost 2 years ago)
- Last Synced: 2025-03-03T15:47:02.034Z (over 1 year ago)
- Topics: javascript, json-server, nodejs, primeflex, primereact, react
- Language: JavaScript
- Homepage:
- Size: 1.19 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


Description •
Features •
Installation •
Contribution
📙 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:
```bash
git clone https://github.com/lucasrznd/front-imobiliaria.git
cd front-imobiliaria
```
2. Install the project dependencies:
```bash
npm install
# or
yarn install
```
### Running the Application
To start the application in development mode, run the command:
```bash
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