CV generator allows the user to create a resume directly in the browser. It is developed entirely in ReactJS.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Clone the repository from git
https://github.com/decobt/CV-generator.git
- Run the command
npm install
- Start the app
npm start
- ReactJS - JS library for building UI
- [html2canvas] - used to capture html elements into html2canvas
- [jsPDF] - used to create pdf documents directly in the frontend
- Trayche Roshkoski - Initial work - (https://trajcheroshkoski.com/)