Skip to content

zaidizeeshan/codefolio

Repository files navigation

🔥Build your own codefolio in seconds.

code-resume

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

Demo

https://techiezee.netlify.app/

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/zaidizeeshan/codefolio.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 = 'Zeeshan Zaidi ~ DevOps Engineer';

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/zaidizeeshan/',
    twitter: 'https://twitter.com/techie_zeeshan',
    github: 'https://github.com/zaidizeeshan'

Deploy:

     login to netlify.com
     click on "New site from Git"
     authorize to github account
     select the repo and branch<
     publish directory should be "build/"

Update:

     update your info in files and save
     yarn build
     git add .
     git commit -m "commit info"
     git push
     enter git credential

Ref: 'https://github.com/amitmishrg/code-resume', Note: Netlify does not support ci/cd for webpack applications till the date',

License

This project is licensed under the MIT license.