GithubHelp home page GithubHelp logo

nickolasrm / resumebuilder Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 98 KB

A simple customizable resume builder with bootstrap

JavaScript 13.28% CSS 15.87% EJS 70.86%
resume-builder nodejs javascript css resume resume-template

resumebuilder's Introduction

Resume Builder

A simple customizable resume builder with modular sections and translations made using Node.js and Bootstrap.

Screenshot

An example of resume

Resume sections

  • Personal information
  • Excerpt
  • Skills
  • Jobs
  • Education
  • Organizations
  • Languages
  • Other

Customization

  • Colors and fonts: As this project uses bootstrap, customizing its colors is easy. Just edit the variables located at public/css/styles.css
  • Sections
    • Adding: To add a new section, create a new file duplicating template.ejs located at views/resume, and then add an include for it into views/pages/resume.ejs main tag.
    • Removing: To remove a section, delete the respective include from views/pages/resume main tag, and delete the corresponding file from views/resume folder.
    • Changing display order: To change the sections display order, just change the order of the includes at views/pages/resume.ejs main tag.

Check out the ejs files in the views/resume folder to see how it works! (Check out the functions file too).

  • Adding text into a section or adding translations
    • After creating a section, you must add a JSON section into one of the files located at the languages folder for retrieving its data in an ejs template.
    • By adding a new JSON at the languages folder a new language will be displayed at localhost:3000. After choosing or making resume sections, you can duplicate the first filled JSON file and replace it with different strings for the target language.

Check out the JSON files into the languages folder to see how it works!

How to use it

  • Make sure you have node and npm installed. If don't, download it here: https://nodejs.org/en/
  • Clone this repository somewhere in your computer
  • Open a terminal session at the resume-builder main folder
  • Run npm install to install the required dependencies
  • Run npm start to start resume-builder
  • Open a browser tab and enter the following URL: localhost:3000

Note 1: Everytime you add a new JSON (language), you have to restart the application in order to refresh express' routes

Note 2: You are free to fork this repository and build your resume as you want

Note 3: If this helped you in some way, don't forget to give it a star ;)

resumebuilder's People

Contributors

davi-o-barbosa avatar nickolasrm avatar

Stargazers

 avatar

Watchers

 avatar

resumebuilder's Issues

Remove external tools

  • Add an option for cropping js into the app
  • Add an option to join pdfs into the app

Colors fix

The color system is not working properly

  • Icons are not changing the color when the primary foreground changes
  • Secondary background does not change the page second background

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.