The CV Generator is a single-page web application built with React.js that allows users to create professional résumés quickly and intuitively. The system features a multi-step form where users can enter personal details, education, experience, and skills. A live CV preview is displayed alongside the form, updating in real time as information is entered.
Key features include:
Interactive Form Wizard – Step-by-step input for structured CV creation.
Live Preview – Instant updates to a professional CV template as the user types.
PDF Export – Ability to download the final CV as a print-ready PDF using react-to-print.
Modern UI/UX – Clean, responsive design for a seamless user experience.
This project demonstrates practical use of React state management, component reusability, form handling, and third-party libraries for PDF generation. It provides users with a fast and user-friendly way to generate and download a personalized CV without the need for external software.Rea