Project map

Folder Structure

CodideX Mobile is organized as a separate mobile-first HTML product with role-based app folders, shared assets, reusable component snippets, documentation, and marketplace preparation files.

Folder Tree

/CodideXM
  /student-ui/
    account-settings.html
    fee-payment.html
    dummy-payment-gateway.html
    payment-success.html
    payment-history.html
    payment-receipt.html
  /teacher-ui/
    account-settings.html
    leave-request.html
    leave-history.html
    leave-approval.html
    hr-complaint.html
    hr-announcements.html
    salary-slip.html
  /employee-ui/
    account-settings.html
    salary-slip.html
  /parent-ui/
    account-settings.html
    fee-payment.html
    dummy-payment-gateway.html
    payment-success.html
    payment-history.html
    payment-receipt.html
  /auth/
  /assets/
    /css/
      mobile-payment.css
      mobile-print.css
    /js/
      mobile-payment.js
      mobile-print-demo.js
    /images/
      /avatars/
      /branding/
      /placeholders/
  /components/
  /documentation/
  /marketplace/
    /screenshots/
      index.html
      screenshot-manifest.json
      missing-screenshots.txt
    /preview-images/
      codidex-mobile-main-preview.png
      codidex-mobile-thumbnail.png
      codidex-mobile-cover.png
    /listing-content/
    /demo-video-assets/
    /landing/
  /package/
  /02_reference/
    /codidex-core/
  index.html
  mobile-notification-center.html
  push-notification-preview.html
  mobile-communication-showcase.html
  mobile-chat-showcase.html
  mobile-dark-mode-preview.html
  mobile-components-showcase.html
  README.txt
  changelog.txt
  credits.txt
  license-notes.txt

Main Folders

FolderPurpose
/student-ui/Student mobile app pages, including account settings, fee payment UI, dummy gateway, payment success, payment history, and professional receipt preview.
/teacher-ui/Teacher mobile app pages, including account settings, leave request, leave history, leave approval preview, HR complaint, HR announcements, and salary slip preview.
/employee-ui/Employee, HR self-service, leave approval, account settings, and salary slip preview mobile pages.
/parent-ui/Parent mobile app pages, including account settings, child fee payment UI, dummy gateway, payment success, payment history, and professional receipt preview. Parent UI is a required app section, not optional.
/auth/Frontend-only splash, role selector, login, signup, OTP verification, forgot password, and reset password UI flow. No real authentication service is included.
/assets/css/Shared, role-specific, communication, account settings, and payment UI styles.
/assets/js/Frontend demo scripts for navigation, theme, toast, preloader, payment UI tabs, and page interactions.
/assets/images/Branding, placeholders, and avatar assets.
/assets/images/avatars/Symbolic grey human silhouette avatar placeholders.
/components/Static component snippet references.
/documentation/Buyer documentation and guides.
/marketplace/Marketplace preparation structure, checklists, listing content, and preview landing page.
/marketplace/screenshots/Manually captured screenshot assets, organized gallery, manifest, README, and missing screenshot report. Supports mixed portrait and landscape images.
/marketplace/preview-images/Main preview, thumbnail, and cover images for marketplace listing assets.
/package/Preparation placeholders for buyer package review.
/02_reference/Development-only CodideX Core reference. Exclude it from the final buyer package.
/02_reference/ is read-only reference material. Do not edit, move, delete, rename, overwrite, or package it.
Payment, receipt, salary slip, teacher leave, and HR self-service pages are frontend-only dummy UI. No gateway SDK, API, database, real transaction, payroll engine, receipt engine, leave backend, HR workflow backend, real PDF generation, or real downloadable file service is included.