A modern CV formatting tool that transforms raw CV information into a professionally formatted resume.
├── frontend/
│ ├── index.html # Main HTML template with custom CV styles
│ ├── index.tsx # React app entry point
│ └── components/
│ ├── App.tsx # Main application component with theme toggle
│ ├── CVForm.tsx # Dynamic CV input form with add/remove functionality
│ ├── CVPreview.tsx # Formatted CV preview with copy-to-clipboard
│ └── TipsSidebar.tsx # CV improvement tips sidebar
├── backend/
│ └── index.ts # HTTP server (Hono) for serving static files
└── README.md