Skip to content

lcaladoferreira/lcaladoferreira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

31 Commits
Β 
Β 

Repository files navigation

I'm an MBA student in Front-End with Full Stack Node, Responsive Design, Javascript ES6 and Advanced HTML5 certifications:

about More about me

export interface Iprofile {
  frontEnd: string;
  backEnd: string;
  experience: number;
  desc?: string;
}

export function getProfileEndpoint(): Promise<Iprofile[]> {
  return fetch("http://localhost:8080/profile").then((resp) => {
    return resp.json();
  });
}


πŸš€ My Studies

Javascript Nodejs HTML5 CSS Bootstrap Angular React VueJS


⭐ Info about my Github

lcaladoferreira

lcaladoferreira

Releases

No releases published

Packages

No packages published