Horent is a real estate renting dashboard designed to simplify property management and rental insights. Whether you're a landlord, property manager, or real estate agency, Horent provides an intuitive interface to monitor properties, tenants, leases, and payments in one centralized platform.
- Property Management β Add, edit, and track multiple rental properties.
- Tenant Overview β Manage tenant information, lease agreements, and occupancy status.
- Rental Analytics β Visualize revenue trends, vacancy rates, and upcoming lease expirations.
- Dashboard Insights β Get a quick snapshot of total properties, income, and active rentals.
- Search & Filter β Easily find properties or tenants with powerful filtering tools.
- Responsive Design β Optimized for desktop and mobile use.
- Frontend: (React, React Router, Tailwind CSS)
- Backend: (Soon...)
- Database: (Soon...)
- Visualization: (Soon...)
Get the project up and running on your local machine with these simple steps:
git clone https://github.com/m0hkx/Horent.git
cd HorentMake sure Node.js (v16 or higher) is installed, then run:
npm install
npm run dev
Your app will now be running at: π http://localhost:5173
To create an optimized production build:
npm run build
To preview what the production build looks like locally:
npm run preview