Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amitmishrg/code-resume

Build your own Resume 📖 in seconds
https://github.com/amitmishrg/code-resume

animation dark-theme framer-motion javascript light-theme portfolio pwa-app reactjs resume resume-template themes webpack

Last synced: 6 days ago
JSON representation

Build your own Resume 📖 in seconds

Awesome Lists containing this project

README

        



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

**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) license.