YourResume.Rock is a free and open-source fully functional resume builder web application that takes users information and let them create and download resume based on the selected template. You can create multiple resumes, update them, and download them in PDF format as easily as 1, 2, or 3!
- Resume content can be edited just like a normal document editor (cut, copy, undo, etc)
- See the changes you make to your resume in real time
- Import your existing JSON Resume data in one click
- Possibility to change the title of the headings
- Preview the resume (full-screen) while editing
- Download the resume in PDF format
- More templates will be added soon! 😊
React, Node.js, Express.js, PostgreSQL
- Install all dependencies (using the
npm install
command). - Run the development web server using the
npm start
command.