Folder Directories

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

πŸ“‚GXON
 β”œβ”€β”€ xhtml
 β”‚  β”œβ”€β”€ πŸ“‚src/
 β”‚  β”‚   β”œβ”€β”€ πŸ“‚assets
 β”‚  β”‚   β”‚   β”œβ”€β”€ πŸ“‚ajax        β†’ Data files (arrays.txt, objects.txt)
 β”‚  β”‚   β”‚   β”œβ”€β”€ πŸ“‚css         β†’ Compiled CSS files
 β”‚  β”‚   β”‚   β”œβ”€β”€ πŸ“‚images      β†’ Image assets (avatar, blog, etc.)
 β”‚  β”‚   β”‚   β”œβ”€β”€ πŸ“‚js          β†’ Custom JavaScript
 β”‚  β”‚   β”‚   β”œβ”€β”€ πŸ“‚libs        β†’ Third-party plugins/libraries
 β”‚  β”‚   β”‚   └── πŸ“‚scss        β†’ SCSS source files for custom styling
 β”‚  β”‚   β”‚
 β”‚  β”‚   β”œβ”€β”€ πŸ“‚authentication  β†’ Login, Register, Forgot Password pages
 β”‚  β”‚   β”œβ”€β”€ πŸ“‚chart           β†’ Chart pages (ApexCharts, Chart.js, etc.)
 β”‚  β”‚   β”œβ”€β”€ πŸ“‚components      β†’ UI components like buttons, tabs, etc.
 β”‚  β”‚   β”œβ”€β”€ πŸ“‚email           β†’ Inbox, Read, Compose
 β”‚  β”‚   β”œβ”€β”€ πŸ“‚extended-ui     β†’ Progress bars, ratings, etc.
 β”‚  β”‚   β”œβ”€β”€ πŸ“‚forms           β†’ Input forms, validation, wizards
 β”‚  β”‚   β”œβ”€β”€ πŸ“‚icons           β†’ Feather, FontAwesome, etc.
 β”‚  β”‚   β”œβ”€β”€ πŸ“‚maps            β†’ Google Maps, Vector Maps
 β”‚  β”‚   β”œβ”€β”€ πŸ“‚pages           β†’ Profile, Invoice, FAQ, Error, etc.
 β”‚  β”‚   β”œβ”€β”€ πŸ“‚table           β†’ Bootstrap tables, datatables, etc.
 β”‚  β”‚   β”œβ”€β”€ πŸ“„index.html      β†’ Main dashboard
 β”‚  β”‚   β”œβ”€β”€ πŸ“„analytics.html  β†’ Analytics dashboard
 β”‚  β”‚   β”œβ”€β”€ πŸ“„attendance.html β†’ Attendance page
 β”‚  β”‚   β”œβ”€β”€ πŸ“„chat.html       β†’ Chat UI
 β”‚  β”‚   └── πŸ“„leave.html      β†’ Leave management
 β”‚  β”‚  
 β”‚  β”œβ”€β”€ πŸ“„package.json        β†’ Node project file
 β”‚  β”œβ”€β”€ πŸ“„package-lock.json   β†’ Auto-generated dependency lock
 β”‚  └── πŸ“„README.md    	      β†’ Project instructions and documentation
 └── πŸ“‚ Figma                 β†’ Figma design files