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: 12 months ago
JSON representation
Build your own Resume 📖 in seconds
- Host: GitHub
- URL: https://github.com/amitmishrg/code-resume
- Owner: amitmishrg
- License: mit
- Created: 2020-03-13T13:42:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T08:01:48.000Z (over 2 years ago)
- Last Synced: 2025-03-30T20:12:28.944Z (12 months ago)
- Topics: animation, dark-theme, framer-motion, javascript, light-theme, portfolio, pwa-app, reactjs, resume, resume-template, themes, webpack
- Language: JavaScript
- Homepage: https://code-resume.herokuapp.com/
- Size: 4.65 MB
- Stars: 315
- Watchers: 10
- Forks: 52
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-**
**Ipad-**
**PWA-**
## 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.