Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 704 Bytes

File metadata and controls

13 lines (10 loc) · 704 Bytes

Source Code Directory

This directory contains the main application source code for the CV Generator built with Blazor Web Server.

Structure

  • Components/ - Reusable Blazor components for the application
  • Pages/ - Routable Blazor pages (with @page directive)
  • Shared/ - Shared components like layouts, navigation, and common UI elements
  • Models/ - Data models and entity definitions (User, CV, Template, Education, Experience, etc.)
  • Services/ - Business logic and external service integrations (PDF generation, email, storage, etc.)
  • Utils/ - Utility functions and helper modules
  • Config/ - Application configuration files and environment settings