https://github.com/ramon-mateus/corretamente
Projeto de gerenciamento de documentos de corretores.
https://github.com/ramon-mateus/corretamente
angular tailwindcss typescript
Last synced: about 2 months ago
JSON representation
Projeto de gerenciamento de documentos de corretores.
- Host: GitHub
- URL: https://github.com/ramon-mateus/corretamente
- Owner: Ramon-Mateus
- Created: 2025-09-14T04:24:02.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-14T04:42:54.000Z (10 months ago)
- Last Synced: 2025-09-14T06:21:53.966Z (10 months ago)
- Topics: angular, tailwindcss, typescript
- Language: HTML
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Corretamente
## Sitemap
```mermaid
flowchart LR
Login --> Dashboard
Login --> Registro
Registro --> Dashboard
Dashboard --> det[Detalhar cliente]
Dashboard --> ed[Editar cliente]
det[Detalhar cliente] --> ge[Gerar recibo de locacao]
```