• FST 구조 분석
  • client
    • [x] index.html July 4, 2025
    • public
      • [x] mainfest.json July 4, 2025
      • [x] robots.txt
    • src
      • [x] App.tsx July 4, 2025
      • components
        • [x] theme-provider.tsx July 8, 2025
        • [x] VerifyStep.tsx July 8, 2025
        • [x] EmailStep.tsx July 8, 2025
        • [x] EmailVerification.tsx July 8, 2025
        • [x] LanguageSelector.tsx July 8, 2025
      • layout
        • [x] Footer.tsx July 11, 2025
        • [x] Header.tsx July 11, 2025
        • [x] Layout.tsx July 11, 2025
        • [x] NotFoundPage.tsx July 11, 2025
      • survey
        • [x] SurveyDemographics.tsx July 11, 2025
        • [x] SurveyQuestions.tsx July 11, 2025
        • [x] SurveyRegionalStats.tsx July 11, 2025
        • [x] SurveyResults.tsx July 11, 2025
        • [x] SurveyStatistics.tsx July 11, 2025
        • [x] SurveyWelcome.tsx July 11, 2025
      • ui
        • [ ] accordion.tsx
        • [ ] alert.tsx
        • [ ] aspect-ratio.tsx
        • [ ] avatar.tsx
        • [ ] badge.tsx
        • [ ] button.tsx
        • [ ] calendar.tsx
        • [ ] card.tsx
        • [ ] carousel.tsx
        • [ ] chart.tsx
        • [ ] checkbox.tsx
        • [ ] dialog.tsx
        • [ ] dropdown-menu.tsx
        • [ ] form.tsx
        • [ ] input.tsx
        • [ ] label.tsx
        • [ ] popover.tsx
        • [ ] progress.tsx
        • [ ] radio-group.tsx
        • [ ] scroll-area.tsx
        • [ ] select.tsx
        • [ ] separator.tsx
        • [ ] sheet.tsx
        • [ ] skeleton.tsx
        • [ ] slider.tsx
        • [ ] switch.tsx
        • [ ] table.tsx
        • [ ] tabs.tsx
        • [ ] textarea.tsx
        • [ ] toaster.tsx
        • [ ] toast.tsx
        • [ ] toggle-group.tsx
        • [ ] toggle.tsx
        • [ ] tooltip.tsx
      • hooks
        • [x] useEmailVerification.ts July 9, 2025
        • [x] useLanguage.ts July 9, 2025
        • [x] use-mobile.tsx July 9, 2025
        • [x] usePDFExport.ts July 9, 2025
        • [x] useSurveyFlow.ts July 9, 2025
        • [x] useSurveyStatistics.ts July 9, 2025
        • [x] useSurveySubmission.ts July 9, 2025
        • [x] use-toast.ts July 9, 2025
      • [x] index.css July 4, 2025
      • lib
        • [x] chart-config.ts July 8, 2025
        • [x] countries-states-data.ts July 8, 2025
        • [x] pdf-messages.ts July 8, 2025
        • [x] queryClient.ts July 5, 2025
        • [x] seo-utils.ts July 8, 2025
        • [x] survey-data.ts July 5, 2025
        • [x] survey-utils.ts July 8, 2025
        • translations
          • [ ] ARCHITECTURE.md
          • core
            • [ ] en.ts
            • [ ] ja.ts
            • [ ] ko.ts
          • [x] index.ts July 8, 2025
          • messages
            • [ ] pdf-en.ts
            • [ ] pdf-ja.ts
            • [ ] pdf-ko.ts
            • [ ] seo-en.ts
            • [ ] seo-ja.ts
            • [ ] seo-ko.ts
          • survey
          • [x] utils.ts July 8, 2025
        • [x] main.tsx July 4, 2025
        • pages
    • server
    • shared
  • [x] components.json
  • [x] drizzle.config.ts
  • [x] postcss.config.js
  • [x] tailwind.config.ts
  • [x] tsconfig.json
  • [x] vite.config.ts
  • [ ] complete_database_dump.sql
  • [ ] package.json
  • [ ] package-lock.json
  • [x] Dockerfile
  • [x] docker-compose.yml
  • [x] development.env