Kishan-Ved / resume_generator

A website that generates LaTeX code for a student's resume in a clean and professional format specified by the placement cell of IIT Gandhinagar.
https://kishan-ved.github.io/resume_generator/resumegenerator.html
14 stars 18 forks source link
hacktoberfest hacktoberfest2024 latex-resume resume-generator resume-website

Professional LaTeX resumes, in minutes!

Site is live: Resume Generator

This project has been made to help students generate professional LaTeX resumes quickly, without any LaTeX code.

Resumes follow the template prescribed by CDS IITGN, the placement cell of IIT Gandhinagar.

Steps to generate your resume:

Website tour:

Fill your details in the form. You can see a live preview of your Resume on the right, as you enter the details on the left.

Form

Now, click 'Copy Latex Code to Clipboard'

Form

Open any LaTeX editor, like OverLeaf and compile the code.

Done!

Example Resume:

Here's a resume that was generated using this tool.

image

Contribution info:

Steps for contribution:

  1. Fork, https://github.com/Kishan-Ved/resume_generator
  2. Execute, git clone https://github.com/Kishan-Ved/resume_generator.git
  3. Change your working directory to ../resume_generator.
  4. Execute, git remote add origin_user https://github.com/<your-github-username>/resume_generator/
  5. Execute, git checkout -b <your-new-branch-for-editing>.
  6. Make changes to the code.
  7. Execute, git add ..
  8. Execute, git commit -m "your-commit-message".
  9. Execute, git push origin_user <your-current-branch>.
  10. Make a PR.

For future contributions just follow steps 5 to 10. Make sure that before starting work, always checkout to main and pull the recent changes using the remote origin_user and then start following steps 5 to 10.

Happy Contributing!


Made with 🩷 by Kishan Ved.