this is the first react project from the odin project's full stack javascript curriculum.
click here for a live version!
- create sections to input general information, educational experience, and professional experience.
- create functionality to remove and/or edit inputted data.
- create functionality to display inputted data in a stylized format.
- leverage a package to generate a PDF of the CV.
- users can see a live preview of the CV as they input their data.
- users can edit and delete educational experience and professional experience.
- both educational experience and professional experience are sorted in descending chronological order based on the end date. this functionality makes use of the date-fns library.
- users can generate a PDF version of their CV via the react-easy-print library.
- thus far has only been formatted to display effectively on a 13" macbook air.
the "Generate PDF" functionality has not been completed. erroneously expected to be able to use existing components to easily generate the PDF.