amitmishrg / code-resume

Build your own Resume ๐Ÿ“– in seconds

Home Page:https://code-resume.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ”ฅBuild your own Resume in seconds.

code-resume

Create your own offline-first resume by using code-resume.

Demo

https://code-resume.herokuapp.com/

Features

  • Offline-first

  • Theme support Dark & Light mode

  • Export PDF

  • Easy Customization

  • Responsive for all devices

Preview

Iphone-

iphone-dark iphone-dark

Ipad-

ipad-dark

ipad-light

PWA-

pwa-preview

Quick start

Clone This repo using:

git clone --depth=1 https://github.com/amitmishrg/code-resume.git 

Move to the appropriate directory: cd <YOUR_PROJECT_NAME>.

Install:

yarn install

Run:

yarn start-dev

Build:

yarn build

Customization

For Adding your resume details:-

cd data

Then open index.js & change details

Title

export const Title = 'Amit Mishra ~ Senior Web Developer';

Resume Details

export const Resume = {
    intoduction: `{
        Add your intoduction
    }`,

    experience: `{
        Add your experience
    }`,

    skills: `{
        Add your skills
    }`

}

Social Links

    resume: '/resume.pdf',
    linkedin: 'https://www.linkedin.com/in/amitmishrg/',
    twitter: 'https://twitter.com/amitmishrg',
    github: 'https://github.com/amitmishrg'

License

This project is licensed under the MIT license.

About

Build your own Resume ๐Ÿ“– in seconds

https://code-resume.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 96.6%Language:HTML 3.4%