Open Resumes is a Resume generator that takes several fields which are generally included in resumes like education, technical skills, achievements, projects, experience, etc as inputs from a user-friendly form and generates resumes. It is an authenticated web application for IIT Guwahati students built with Django framework. It makes the process of making resumes easier and faster.
- Install Django and Strawberry Perl
- Install all the required packages mentioned in the requirements.txt using the command
pip install -r requirements.txt
- Run the server and Connect the port to localhost:8000
- Django
- SQLite
- Latex
- Tailwind CSS
- HTML
- JavaScript
- Login and logout securely using the IITG mail ID.
- Create mutliple resumes for various profiles.
- Edit the resumes created.
- Download the resume as well as the LaTeX code.
- Share the link of the resume.
- Make a auto-formatted, good looking resume from a simple, flexible and user friendly form without the need of LaTeX knowledge in few minutes.
- The web application is authenticated and a user must signin using the IIT Guwahati work mail ID.
- After login the home page is displayed, where user can create resume.
- Multiple resumes can be created for various profiles.
- Each created resume has the following features.
- Rename the resume.
- Edit the form fields to recompile and update the resume.
- Download the resume (in pdf format) and the LaTeX code of the resume.
- Share the resume through a link.
- Create a copy of the resume.
- Delete the resume
- The resume page contains several sections that needs to be filled.
- Each section contains the related input fields which are auto populated with the user's information. If a user is visiting the website for the first time form fields are auto populated with the sample data.
- Progress can be saved after filling each section.
- The high flexibility is provided to make the form more user friendly.
- Multiple experiences can be added in the experience section of the resume.
- Once all the required inputs are filled, user can simply click on compile button and see the preview the resume with the comfort of features like zoom-in, zoom-out.
- Finally the resume ( in pdf format ) or the latex code related to the resume can be downloaded.