https://github.com/3jackdaws/resume-gen
Small webapp that I use to host and generate a variety of different resumes for different job postings
https://github.com/3jackdaws/resume-gen
Last synced: 10 months ago
JSON representation
Small webapp that I use to host and generate a variety of different resumes for different job postings
- Host: GitHub
- URL: https://github.com/3jackdaws/resume-gen
- Owner: 3jackdaws
- Created: 2019-08-03T17:53:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T19:06:18.000Z (about 2 years ago)
- Last Synced: 2025-01-28T21:35:04.608Z (over 1 year ago)
- Language: Vue
- Homepage: https://resume.isogen.net
- Size: 3.16 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resume Generator (V3)
This is a web app I use to host and manage resumes for different job postings and such. It's 100% custom and pretty cool imo.

# Features
* Export to JSON
* Import from JSON
* UI for changing:
* Order of skills
* Name of resume
* Role/career
* Color
* URL for resume
# How to Use
1. Navigate to `/main/edit`
2. Login with password
3. Edit resume
4. Change slug to `whatever`
5. Save
6. Access your saved resume by going to `/whatever`
# Installation
## Docker
1. `docker run -p3000:3000 3jackdaws/resume:v3
2. Browse to `/main/edit`
## Node (development)
1. `git clone http://github.com/3jackdaws/resume-gen2 && cd resume-gen2`
2. `npm install`
3. `npm run dev`
4. Browse to `/main/edit`
Don't use my resume, obviously. Export the default resume (mine), change the text of the JSON file until it's yours, and import it. Make sure to click "SAVE" after import.
# Bugs
None (the code is literally perfect).
Actually, not true. It's kinda gross.
# Planned Features
* some way to import/export the layout of the resume