Folder Directories

This is the folder structure of Admin website which is very well organized.

πŸ“‚UrbanHub
 β”œβ”€β”€ πŸ“‚src/
 β”‚   β”œβ”€β”€ πŸ“‚assets
 β”‚   β”‚   β”œβ”€β”€ πŸ“‚css         β†’ Compiled CSS files
 β”‚   β”‚   β”œβ”€β”€ πŸ“‚images      β†’ Images: property photos, avatars, icons
 β”‚   β”‚   β”œβ”€β”€ πŸ“‚js          β†’ Custom JS scripts
 β”‚   β”‚   β”œβ”€β”€ πŸ“‚libs        β†’ Third-party plugins/libraries (Tagify, Flatpickr, Chart.js)
 β”‚   β”‚   └── πŸ“‚scss        β†’ SCSS source files for custom styling
 β”‚   β”‚
 β”‚   β”œβ”€β”€ πŸ“‚authentication  β†’ Login, Register, Forgot Password pages
 β”‚   β”œβ”€β”€ πŸ“‚chart           β†’ Analytics & property charts (ApexCharts, Chart.js)
 β”‚   β”œβ”€β”€ πŸ“‚components      β†’ UI components like cards, tables, tabs, alerts
 β”‚   β”œβ”€β”€ πŸ“‚email           β†’ Inbox, Compose, Read messages
 β”‚   β”œβ”€β”€ πŸ“‚forms           β†’ Property forms, Agent forms, validation, wizards
 β”‚   β”œβ”€β”€ πŸ“‚icons           β†’ Feather, FontAwesome, or custom icons
 β”‚   β”œβ”€β”€ πŸ“‚maps            β†’ Google Maps / Vector Maps integration
 β”‚   β”œβ”€β”€ πŸ“‚pages           β†’ Profile, Property Details, FAQ, Error pages
 β”‚   β”œβ”€β”€ πŸ“‚table           β†’ Bootstrap tables, DataTables for listings
 β”‚   β”œβ”€β”€ πŸ“„index.html      β†’ Main dashboard (overview: properties, agents, analytics)
 β”‚   β”œβ”€β”€ πŸ“„add-agent.html  β†’ Add new agent page
 β”‚   β”œβ”€β”€ πŸ“„all-agents.html β†’ Agent list page
 β”‚   β”œβ”€β”€ πŸ“„add-property.html β†’ Add new property page
 β”‚   β”œβ”€β”€ πŸ“„property-list.html β†’ Property listing page
 β”‚   β”œβ”€β”€ πŸ“„property-grid.html β†’ Property grid view
 β”‚   β”œβ”€β”€ πŸ“„property-details.html β†’ Single property detail page
 β”‚   β”œβ”€β”€ πŸ“„calendar.html   β†’ Booking / Appointment calendar
 β”‚   β”œβ”€β”€ πŸ“„chat.html       β†’ Chat / Messaging interface
 β”‚   └── πŸ“„profile.html    β†’ User / Agent profile page
 β”‚
 β”œβ”€β”€ πŸ“„package.json        β†’ Node project file (for npm scripts)
 β”œβ”€β”€ πŸ“„package-lock.json   β†’ Auto-generated dependency lock
 └── πŸ“„README.md           β†’ Instructions and project documentation