Skip to content

tangerineArc/resume-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resumé Builder

Quickly create a cool-looking resumé (well, the coolness depends on other stuff too) using a simple-to-use editor. Just fill in your details and click print.

Features

  • See visual changes directly on the resumé as you fill/edit details
  • Add or remove data fields as necessary
  • Print the resumé without hassle

Tech Stack

  • React.js - front-end JavaScript library for building user interfaces
  • Vite - (dev) build tool and development server
  • JavaScript - scripting language for the web
  • JSX - an XML-like extension to the JavaScript language syntax
  • CSS - stylesheet language for the web
  • ESLint - (dev) JavaScript linter

Repo Structure

  • public/ - contains visual assets
  • src/
    • components/ - contains primary UI components
    • data/defaults.js - filler data on initial load
    • styles/ - contains CSS stylesheets for each component
    • ui/ - contains small UI pieces
    • App.jsx - primary assimilator component
    • index.css - default and global styles
    • main.jsx - primary file with driver code
  • eslint.config.js - linter configuration
  • index.html - main HTML page
  • vite.config.js - build configuration

Snapshots

resume-builder-1.png

resume-builder-2.png

About

create, preview and print resumés on the fly, in the browser

Topics

Resources

Stars

Watchers

Forks

Contributors

Generated from tangerineArc/eris