Skip to content

gayathrirajendran/resume

Repository files navigation

Online Resume Template

⭐ Easy to use online resume application to showcase your resume details of introduction, interests, work history and projects.

mobile friendly     json fetched data   minimalistic   expandable


Live here

How to use the application to have your own resume website hosted on Github

  1. Clone or fork project.
  2. Replace values in resume.json (public\resume.json)
  3. Install required dependencies with npm install.
  4. Remove homepage entirely from package.json or set it to single dot.
// package.json
{
  "name": "resume",
  "homepage": "https://gayathrirajendran.github.io/resume/",   <-- replace this
  "version": "0.1.0",
  "private": true,
  "dependencies": {
  ...
}
  1. npm start project and customize it.
  2. Deploy on github-pages using npm run deploy command.