Frontend

This directory contains the frontend code for the Digital Portfolio Assistant.

Files

  • index.html - The main HTML file that contains the form and result display

Features

  • Responsive design using Tailwind CSS
  • Form for collecting user information
  • Content type selection (CV, Cover Letter, LinkedIn Bio)
  • Result display with copy functionality
  • Loading indicators and animations

How it Works

  1. The user fills out the form with their professional information
  2. They select what type of content they want to generate
  3. The form data is sent to the backend API
  4. The generated content is displayed in the result container
  5. The user can copy the content or regenerate it if needed