Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amitmishrg/code-resume
- Owner: amitmishrg
- License: mit
- Created: 2020-03-13T13:42:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T08:01:48.000Z (over 1 year ago)
- Last Synced: 2024-12-30T21:13:42.667Z (13 days 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: 317
- Watchers: 11
- Forks: 52
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - amitmishrg/code-resume - Build your own Resume 📖 in seconds (JavaScript)
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.gitMove to the appropriate directory: cd .
**Install:**
yarn install**Run:**
yarn start-dev**Build:**
yarn build## Customization
For Adding your resume details:-
cd dataThen 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.