Firstly you'll need to install composer
composer require dompdf/dompdfThen you have to run a localserver like Wamp but you also can just run it through php with :
php -S 0.0.0.0:8000Once you've done that you can successfully run your generator locally : http://localhost:8000/cv.php
This project showcase a CV generator updating your informations in a real-time preview. This preview is strictly restricted to A4 format, by pressing export button it will download your entire preview in a .pdf format.
- Javascript
- HTML
- PHP
- CSS
- Bootstrap