Giter Site home page Giter Site logo

abc-md-resume's Introduction


Logo

MDResume - Simple Markdown Resume

Create PDF and HTML versions of resume by authoring in Markdown.

View Demo · Report Bug · Request Feature

MD Resume

Write your resume in markdown and easily get the PDF and HTML. Keep your resumes up to date with ease. Write your resume one time and just update as and when needed. Don't go through the hassle of creating a resume every time.

Features

MD Resume

✅ Super simple to use.

✅ Markdown is a really great way to store content. It works well for resumes as well. We can write it once and then update it whenever without having to mess with positioning or online tools.

Download as PDF. Once you are happy with the results, hit the Print button to create a PDF of the resume.

Download as HTML. You can download the resume as a single HTML file with inlined styles. Just push to any web server and now you have a responsive resume hosted on the internet.

Under the hood

🔸 The main application is written in TypeScript without using any frameworks. Vite takes care of bundling.

🔸 You can see React mentioned in the stack as its used for the templates used for rendering the resumes.

🔸 Markdown is parsed to extract different meta data like education, skills, work experience etc. A JSON object will be the final output after parsing the markdown.

🔸 All the parsing is done inside a Web Worker.

🔸 This JSON object is received as prop in the theme, which is a React component. Then the react template is compiled to static markup using the renderToStaticMarkup from react-dom/server package.

🔸 Once the rendering is complete, the compiled HTML is received which is then attached to the DOM.

Themes

The idea of the project is to support multiple themes will can be authored in React. Users can then select the theme and build the resume using it.

Styling should be done using TailwindCSS. All the classes used in the themes will be extracted into a CSS file which is later used.

The styles for the selected theme is fetched and then attached to the head in the Runtime.

Running Locally

  1. Clone or download the repository
git clone https://github.com/adisreyaj/md-resume.git
  1. Install the dependencies
npm i
  1. Build theme styles
npm run build:themes
  1. Run the local dev server
npm run dev

Roadmap

See the open issues for a list of proposed features (and known issues).

License

Distributed under the MIT License. See LICENSE for more information.

Show your support

Please ⭐️ this repository if this project helped you!

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.