🚀 This app is a one-page React application that allows you to create and preview your resume dynamically. It features a modern and user-friendly form, and a resume preview page with a built-in PDF export function.
✅ Nostalgic Welcome Page
✅ Dynamic Form Page – a responsive, well-styled input form for users to enter resume details (name, title, experience, education, skills, and more...).
✅ Live Resume Preview – Displays the submitted information beautifully formatted, like a real resume.
✅ PDF Export – Uses react-to-print to allow users to download their resume as a PDF.
✅ Zustand State Management – Handles form data efficiently and globally.
✅ Smooth Navigation – Users can go back and forth between pages easily.
Link is here if you want to try it out!
Make sure you have Git installed, then run:
git clone https://github.com/BekaMan95/resume-builder.git retro-app
cd retro-appMake sure you have Node.js installed, then run:
npm installThen you can either build the UI or simply run:
npm run dev # npm run build (to build)Open up your browser and have fun @ http://localhost:5173