This resume creator takes data from user in form of html forms and saves it in database. Then after the data is obtained resume is given in the form of a pdf.
First you need to install NodeJS in your system.
https://nodejs.org/en/
Also need to install MongoDB
https://www.mongodb.com/download-center
To install a the needed modules just run.
npm install
- NodeJS - Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
- MongoDB - Database Used
- html2canvas - Used to screenshots the page to create image.
- jsPDF - Used to generate pdf out of Canvas images
- Yogender Narayan - Yogidon
This project is licensed under the MIT License - see the LICENSE file for details