Giter VIP home page Giter VIP logo

resume-builder's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

resume-builder's Issues

Upload not working

On the Resume Builder v 4.0.12 wesbite the Upload function is not working. It asks me to select a template, and upload a file or provide a Google Docs URL. I'm using JSON Resume, so I must upload a file, but both dragging the JSON file onto the input area or selecting the file don't work. The page seems to ignore the chosen file and do nothing.

Is this still working?

Hi,

Is it possible to add to the description that it must be a .JSON file? I uploaded a .txt file with a valid JSON and it failed :(

Orginal text: I'm not sure if this should still be working uploading any files even the example doesn't work

Add new languages

We need more languages to the website.

You can add more languages by adding a new .json file in the directory src/intl/, then add a new language flag to src/components/LanguageSelector.jsx, then update the available languages on gatsby-config.plugins.js.

Happy hacking!

Add new templates

The goal of this project is to have a huge variety of templates so people can use them freely.

Check how the default template is done in src/components/ResumeTemplates/Default.

You need a Index.jsx file, like src/components/ResumeTemplates/NewTemplate/Index.jsx and that's it.

You can use makeStyles from '@material-ui/core/styles' to style your template.

A prop called resume is going to be sent to your template, with the resume data, this data has a schema like the example below:

{
  basics: {
    enable: true,
    value: {...}
  }
}

So in every level you can always check if that element is toggled on or off, and then render it or not.

Happy hacking!

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.