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.
index.ts
https://La_layefah--5c916b483fa011f088a276b3cceeab13.web.val.run
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 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
- 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