Skip to content

tchigher/code-resume

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔥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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.5%
  • HTML 3.5%