{"id":20245696,"url":"https://github.com/lucasrznd/front-imobiliaria","last_synced_at":"2026-05-05T11:37:26.546Z","repository":{"id":229182258,"uuid":"776044119","full_name":"lucasrznd/front-imobiliaria","owner":"lucasrznd","description":"React App for managing contracts of a small Real Estate Agency.","archived":false,"fork":false,"pushed_at":"2024-11-18T21:06:12.000Z","size":1243,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-03T15:47:02.034Z","etag":null,"topics":["javascript","json-server","nodejs","primeflex","primereact","react"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucasrznd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-22T15:08:37.000Z","updated_at":"2024-11-18T21:06:17.000Z","dependencies_parsed_at":"2024-06-29T17:38:38.776Z","dependency_job_id":"7ae90657-3bd6-4d93-b9e6-98e2a82499be","html_url":"https://github.com/lucasrznd/front-imobiliaria","commit_stats":null,"previous_names":["lucasrznd/front-imobiliaria"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lucasrznd/front-imobiliaria","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasrznd%2Ffront-imobiliaria","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasrznd%2Ffront-imobiliaria/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasrznd%2Ffront-imobiliaria/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasrznd%2Ffront-imobiliaria/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucasrznd","download_url":"https://codeload.github.com/lucasrznd/front-imobiliaria/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasrznd%2Ffront-imobiliaria/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259509430,"owners_count":22868834,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","json-server","nodejs","primeflex","primereact","react"],"created_at":"2024-11-14T09:23:18.380Z","updated_at":"2026-05-05T11:37:26.503Z","avatar_url":"https://github.com/lucasrznd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"380\" height=\"216\" src=\"https://raw.githubusercontent.com/lucasrznd/front-imobiliaria/main/src/assets/images/logo-sgi.png\"\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge\u0026logo=node.js\u0026logoColor=white)\n![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB)\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n \u003ca href=\"#description\"\u003eDescription\u003c/a\u003e • \n \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e • \n \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e •\n \u003ca href=\"#contribution\"\u003eContribution\u003c/a\u003e \n\u003c/p\u003e\n\n\u003ch2 id=\"description\"\u003e📙 Description\u003c/h2\u003e\nThe 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.\n\n\u003ch2 id=\"features\"\u003e✨ Features\u003c/h2\u003e\n\n- **Tenant Registration**: Register information about property tenants.\n- **Owner Registration**: Maintain a record of property owners.\n- **Property Registration**: Add details about properties available for rent.\n- **Contract Management**: Manage rental contracts between tenants and owners.\n- **Installment Control**: Track contract installments, including due dates and payment status.\n\n### Technologies Used\n\n- **ReactJS**: JavaScript library for building user interfaces.\n- **PrimeReact**: Library of ready-made components for React, used for elements like inputs, menus, and tables.\n- **PrimeFlex**: Flexible layout system based on flexbox for CSS styling.\n\n\u003ch2 id=\"installation\"\u003e🛠️ Installation\u003c/h2\u003e\n\nFollow the steps below to set up the project on your local machine:\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/lucasrznd/front-imobiliaria.git\n    cd front-imobiliaria\n    ```\n\n2. Install the project dependencies:\n    ```bash\n    npm install\n    # or\n    yarn install\n    ```\n\n### Running the Application\n\nTo start the application in development mode, run the command:\n\n```bash\nnpm start\n# or\nyarn start\n```\n\n\u003ch2 id=\"contribution\"\u003e🤝 Contribution\u003c/h2\u003e\n\nContributions are welcome! If you have suggestions, improvements, or find bugs, feel free to open an issue or submit a pull request.\n\n\u003ch2 id=\"author\"\u003e👨🏻‍💻 Author\u003c/h2\u003e\n\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/lucasrznd\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/101664450?v=4\u0026v=\" width=\"115px;\" alt=\"Lucas Rezende\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLucas Rezende\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr/\u003e\u003ca title=\"Código\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasrznd%2Ffront-imobiliaria","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucasrznd%2Ffront-imobiliaria","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasrznd%2Ffront-imobiliaria/lists"}