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.
- Step 1: Fill in your personal information.
- Step 2: Copy the LaTeX code.
- Step 3: Paste it in a LaTeX editor like Overleaf and Compile.
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.
Now, click 'Copy Latex Code to Clipboard'
Open any LaTeX editor, like OverLeaf and compile the code.
Done!
Here's a resume that was generated using this tool.
Steps for contribution:
- Fork, https://github.com/Kishan-Ved/resume_generator
- Execute,
git clone https://github.com/Kishan-Ved/resume_generator.git
- Change your working directory to
../resume_generator
. - Execute,
git remote add origin_user https://github.com/<your-github-username>/resume_generator/
- Execute,
git checkout -b <your-new-branch-for-editing>
. - Make changes to the code.
- Execute,
git add .
. - Execute,
git commit -m "your-commit-message"
. - Execute,
git push origin_user <your-current-branch>
. - 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.