Skip to content

DerekJi/resume

Repository files navigation

My Resume

DevOps

This project was generated with Angular CLI version 14.2.3.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Deployment

https://derekji.github.io/

How to add new experience

public get companyName(): Experience {
  var ex = new Experience();
  // build referring to others
  return ex;
}
  • Edit the file my-resume.ts
  • Add the new experience method into my.experiences
var work = new MyExperience();
my.experiences = [
  work.companyName,
  // other existing experience
];

About

Resume built with Angular & Bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •