Shared

This directory contains code that is shared between the frontend and backend.

Structure

  • utils.ts - Shared utility functions and TypeScript interfaces

Shared Types

  • User - User data structure
  • Job - Job posting data structure
  • Message - Chat message data structure

Utility Functions

  • formatDate - Format dates for display
  • sanitizeHTML - Prevent XSS by sanitizing HTML
  • isValidEmail - Validate email format