- Make a HTML form and have proper input fields as required for a resume.
- Get the values from the form by the use of document.getElementById('id_name').value after click of submit button
- Make a Simple template resume format and fit the picked up values in that template by the use of `${variable_name}` format as explained above.