Resume Builder
Make a standard one-page resume in 5 minutes with react.
How to use
- Clone Repository
- Customize “src/config.json”
- npm run dev
- Print created webpage in PDF format (CTRL + P)
Customization
- Add/Remove/Re-arrange sections (eg. Summary, Education, Skills) by editing “App.tsx”
- Add/Remove items inside educations/skills/work-experiences by adding/removing corresponding array items in “src/config.json”
- Add/Remove bullet points by editing bulletPoint array in “src/config.json”