code-resume

Build your own Resume 📖 in seconds

MIT License

Stars
317
Committers
2

🔥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-

Ipad-

PWA-

Quick start

Clone This repo using:

Move to the appropriate directory: cd <YOUR_PROJECT_NAME>.

Install:

Run:

Build:

Customization

For Adding your resume details:-

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.