CV Glow-Up by Faith

A modern CV formatting tool that transforms raw CV information into a professionally formatted resume.

Features

  • Clean, modern CV templates
  • Mobile-friendly responsive design
  • Light/dark theme toggle
  • Copy to clipboard functionality
  • CV improvement tips sidebar
  • Professional formatting with consistent spacing

Project Structure

├── 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

Usage

  1. Fill in your CV information in the form
  2. See the live preview of your formatted CV
  3. Toggle between light/dark themes
  4. Copy the formatted CV to clipboard
  5. Check the tips sidebar for CV improvement suggestions

Tech Stack

  • Frontend: React 18.2.0 with TypeScript
  • Styling: TailwindCSS
  • Backend: Hono (for serving static files)
  • Platform: Val Town