A resume builder web app built with React. Fill in your personal info, education, and experience, and see a live preview of your resume as you type.
- Live resume preview that updates in real time
- Add, edit, and delete multiple education and experience entries
- Toggle individual entries on/off to show or hide them in the preview
- Accordion-style Education and Experience sections — only one open at a time
- Load example resume data or clear everything with one click
- Animated transitions for section expand/collapse and form switching
- Responsive layout that scales across desktop, tablet, and mobile
- Save your resume as a PDF directly from the browser
- React 19
- Vite
- Tailwind CSS
- react-icons
- react-transition-group
- Javascript
- HTML
- CSS
npm install
npm run dev