Skip to content

MHMighani/My-resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My resume

My-resume is an application which converts a JSON file of resume data to a styled webpage.

Prerequisites

Installing

  1. Clone this project
  2. Go to My-resume directory cd My-resume
  3. Install dependencies npm install
  4. Modify JSON file of resume at /src/data/resume.JSON according to your resume data
  5. Get webpage running: npm start

Deployment

Add your github page address in package.json to homepage then run:

npm run build
npm run deploy

enjoy live version of your resume hosted by github pages :)

Built With

Authors

  • Mohammad Hosein Mighani - Initial work - MHMighani

License

This project is licensed under the MIT License - see the LICENSE.md file for details