A comprehensive property management system for tracking leases, units, maintenance, and financial metrics.
git clone https://github.com/concobar-ai/cash-flow-app.git
cd cash-flow-app
npm install
npm start
The application will be available at http://localhost:3000
To create a production build:
npm run build
The application is automatically deployed to GitHub Pages when changes are pushed to the main branch. You can view the live application at: https://concobar-ai.github.io/cash-flow-app
cash-flow-app/
├── src/
│ ├── components/
│ │ ├── CashFlowAnalysis.jsx
│ │ ├── UnitManagement.jsx
│ │ ├── OccupancyTracking.jsx
│ │ ├── MaintenanceTracker.jsx
│ │ ├── DataTransfer.jsx
│ │ └── NotificationSystem.jsx
│ ├── App.jsx
│ └── index.jsx
├── public/
├── package.json
└── README.md
MIT