All Projects β†’ amitmishrg β†’ Code Resume

amitmishrg / Code Resume

Licence: mit
Build your own Resume πŸ“– in seconds

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Code Resume

Portfolio Generator
JS framework to dynamically generate a portfolio site from a JSON file
Stars: ✭ 135 (-50.18%)
Mutual labels:  portfolio, resume, resume-template
Responsive Portfolio
This is a Responsive Portfolio Website made with Love and Javascript; FEEL FREE TO COPY; NO COPYRIGHT ISSUE, in case of error ping me. Do follow me on github and star the repo
Stars: ✭ 104 (-61.62%)
Mutual labels:  portfolio, resume, resume-template
Developer Portfolio
Single page developer portfolio template.
Stars: ✭ 23 (-91.51%)
Mutual labels:  portfolio, resume, resume-template
theme-collection
A collection of themes for Node-RED
Stars: ✭ 43 (-84.13%)
Mutual labels:  light-theme, dark-theme, themes
Suddi.github.io
A static single-page application resume-builder developed using React.js and JSON Resume schema (https://suddi.io/)
Stars: ✭ 246 (-9.23%)
Mutual labels:  webpack, resume, resume-template
Cv
πŸŽ“ Best in Class modern CV, Resume and Portfolio website template. All-in-One-Page site with simply customizable builder.
Stars: ✭ 232 (-14.39%)
Mutual labels:  portfolio, resume, resume-template
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+216.97%)
Mutual labels:  portfolio, resume, resume-template
Personal Site
My personal website - built with React, React-Router, React-Snap for Static-Export, and GitHub Pages.
Stars: ✭ 324 (+19.56%)
Mutual labels:  webpack, portfolio, resume
NumericUpDownLib
Implements numeric up down WPF controls to edit/display values (byte, integer, short, ushort etc.) with a textbox and optional up/down arrow (repeat) buttons. Value editing is possible by dragging the mouse vertically/horizontally, clicking up/down buttons, using up/down or left right cursor keys, spinning mousewheel on mouseover, or editing th…
Stars: ✭ 68 (-74.91%)
Mutual labels:  light-theme, dark-theme, themes
repo-card
😎 showcase repositories on your website 🀘!
Stars: ✭ 141 (-47.97%)
Mutual labels:  light-theme, dark-theme, themes
jresume
A simple program that uses JSON to generate web resumes.
Stars: ✭ 26 (-90.41%)
Mutual labels:  resume-template, resume
Resume
Fully Responsive HTML/SCSS Resume Template + Matching Sketch File
Stars: ✭ 62 (-77.12%)
Mutual labels:  resume-template, resume
portfolio
Simple yet fully featured portfolio website
Stars: ✭ 27 (-90.04%)
Mutual labels:  resume, portfolio
rajaprerak.github.io
Personal Portfolio Website
Stars: ✭ 188 (-30.63%)
Mutual labels:  resume-template, portfolio
one-themes
One Dark and One Light Themes
Stars: ✭ 14 (-94.83%)
Mutual labels:  light-theme, dark-theme
raptori
Personal blog and portfolio by Joe McGrath
Stars: ✭ 33 (-87.82%)
Mutual labels:  resume, portfolio
Ultrachromic
The final form, the true evolution of the chromic theme saga!
Stars: ✭ 160 (-40.96%)
Mutual labels:  light-theme, dark-theme
portfolio
My personal portfolio and resume page.
Stars: ✭ 18 (-93.36%)
Mutual labels:  resume, portfolio
Mastodon-Material
Material Design Native Theme for Mastodon
Stars: ✭ 17 (-93.73%)
Mutual labels:  light-theme, dark-theme
blender pro-theme
Dark Appearance for Blender 2.8
Stars: ✭ 71 (-73.8%)
Mutual labels:  dark-theme, themes

πŸ”₯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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].