A simple react based web app for which you can use to generate a resume. All configs are dynamic so need to worry you can simply update config and download your resume. That's it.
- Simply you need to update json value that's it.
- I would suggest to get basic overview of html, json for playing with this tool. You can directly pass html tag in it. For better resume modification.
- Make sure set print option
A4
anduncheck print header and footer
option
-
You need to download this project locally. Then install dependencies using
yarn install
ornpm install
-
Runs the app in the development mode. Open http://localhost:8080 to view it in the browser.
-
Update you
resume-details-dev.json
config according to your requirement -
If you found there is not required field according to your requirement. You can simply add your config in
resume-details-dev.json
. The only catch here is you need to to defined in your json this format:{ "objectKey": { "title": "Your title", "description": ["list of dependency you want to show"] } }
-
Once you have done this to your json file. You can simply use list based ui by going through
Resume.js
and add<DescriptionList dataKey={your key} />
-
If you want to add section like
profession experience
then use same data format as it is used in.json
file. For moreReference
check out howProfessionExperience
component is work -
There are two type of generic components currently
Section
(professional experience like) andDescriptionList
(certificationa and award like). Choose based on the requirement. Currently you have to add manually add inResume.js
for your requirement field. I have plan in future to handle this dynamically
Runs the app in the development mode. Open http://localhost:8080 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
- Add another version template
- Create website based config so that user can directly play with tools
- Added proptypes or flow/ts
- Add pdf button to download resume directly
- Improve readme doc
- Current code is raw one. Refactor it
- Add workflow to auto approve dependabot request
- How I structure my css
- Tailwing config