Skip to content

A CV (resume) generator that takes in information such as contact details, education, and work experience, and builds a ready to download CV.

License

Notifications You must be signed in to change notification settings

rtasalem/draft-my-cv

Repository files navigation

Draft My CV

Status: WIP

A CV (resume) generator that takes in information such as contact details, education, work experience, projects and builds a ready to download CV using the University of Harvard's Mignone Center for Career Success Bullet Point Resume Template, often regarded as one of the best CV/resume templates.

Once your CV has been generated you can download it as a Word document or a PDF, ready to submit alongside any job or internship applications.

This application is intended to cut down the time taken to create a structured, clear, and well-crafted CV for anyone who is currently job hunting. Good luck!

All information you enter is used solely to generate your CV and is not stored, saved, or transmitted to any database or third-party service. Once your CV is generated, your data is immediately discarded and not retained by our system in any form.

Features

TBC

Prequisites

Node.js v23+
or
Docker Compose.

Getting Started

Clone repository and run npm install to install all dependencies.
Any of the following commands can be used to run the project via Node.js:

npm run start

or

npm run dev

Or use the following commands in the order shown to build and start the Docker container:

docker compose build
docker compose up -d

License

See the LICENSE file for license rights and limitations (MIT).

Acknowledgments

A Nunjucks Bulma Starter Kit developed by benninkcorien was helpful in understanding how to integrate Bulma with Nunjucks.

A YouTube tutorial by Osten Code Cypher that showed how to implement a HTML drop down list of all countries by using the REST Countries API.

And lastly, Nicola, the inspiration behind this project.

About

A CV (resume) generator that takes in information such as contact details, education, and work experience, and builds a ready to download CV.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published