This is a Resume Builder application built with React.js, Redux Toolkit, Material-UI (MUI), react-hook-form, and jsPDF. The application allows users to create their resumes through a multi-step form and preview them before downloading the final resume in PDF format.
- Multi-step form for creating resumes.
- Real-time preview of the resume.
- Download the resume in PDF format.
- Integration with Redux Toolkit for state management.
- Utilizes Material-UI for UI components.
- Form validation using react-hook-form.
- PDF generation using jsPDF.
- Clone the repository:
https://github.com/Nitinpr1/ResumeXpress.git - Navigate into the project directory.
- Install dependencies:
npm install - Start the application:
npm run start
- Access the application through your browser at
http://localhost:3000. - Fill in the multi-step form with your resume details.
- Preview your resume.
- Download the resume in PDF format.
- React.js
- Redux
- Redux Toolkit
- Material-UI (MUI)
- react-hook-form
- jsPDF

