A simple in-browser web app to store resume sections and assemble multiple LaTeX resumes using a shared template. Built with Vite so it can be easily deployed to platforms like Vercel. All data lives in your browser's local storage.
- Install dependencies with
npm install. - Start a local dev server using
npm run devand open the printed URL in a browser. - Add summaries, experiences, projects, coursework, skills and honors in the Sections area.
- Create one or more resumes and choose which sections belong in each resume.
- Click Show LaTeX on any resume to generate the complete
.texsource. Use the Copy to Clipboard button to copy it elsewhere. - Build a production bundle with
npm run build(output indist/). This build output can be deployed to Vercel or any static host.
The LaTeX template is based on template.tex and is embedded directly in the app.