CV-APP takes in information and turns it into a minimal resume with standard dimensions. The resume formatting is a culmination of popular resume formats seen on a computer science reddit & Google Images. The current goal is to add the ablity to export a text scanned document.
This project is live at link
Pure Link: https://Parth099.github.io/CV-Application/
This app was an exercise described by The Odin project to get familiar with react methods and objects.
Current Development - Working on converting React JSX code to @react-pdf/renderer object code so a PDF can be generated. Sadly, there does not exist a direct React Compoment to PDF generation. I will have to transpile all visual react compoments into @react-pdf/renderer compatible components.