untitled-5501
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v8View latest version
A modern CV formatting tool that transforms raw CV information into a professionally formatted resume.
- 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
├── frontend/
│ ├── index.html # Main HTML template
│ ├── index.tsx # React app entry point
│ ├── components/
│ │ ├── App.tsx # Main application component
│ │ ├── CVForm.tsx # CV input form
│ │ ├── CVPreview.tsx # Formatted CV preview
│ │ └── TipsSidebar.tsx # CV improvement tips
│ └── style.css # Custom styles
├── backend/
│ └── index.ts # HTTP server (Hono)
└── README.md
- Fill in your CV information in the form
- See the live preview of your formatted CV
- Toggle between light/dark themes
- Copy the formatted CV to clipboard
- Check the tips sidebar for CV improvement suggestions
- Frontend: React 18.2.0 with TypeScript
- Styling: TailwindCSS
- Backend: Hono (for serving static files)
- Platform: Val Town