Dynamic Resume Builder - Copy this React, Tailwind Component to your project
Can you generate this in html css and typescript Milestone 3: Dynamic Resume Builder with Form (100 Points) Objective: Convert the static resume into a Dynamic Resume Builder where users can fill out a form, and the resume is generated based on their input. Requirements: Create a form to capture user input for: o Personal Information (Name, Email, etc.) o Education o Work Experience o Skills Use TypeScript to dynamically generate the resume using the data provided through the form. Scoring Breakdown: Form Design and Validation (40 points): o Does the form collect all necessary details in a user friendly manner? 4 o Is validation implemented to ensure that all fields are filled correctly (e.g., mandatory fields)? Dynamic Resume Generation (40 points): o Does the form correctly populate the resume with user input? o Is the resume updated in real time without refreshing the page? User Experience and Functionality (20 points): o Is the form to resume generation smooth and functional?
