π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