Skip to content

Gaboso/Gaboso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

Gaboso

export const Gaboso = () => {
  const basic = {
    name: 'Gabriel de Carvalho',
    city: 'Oporto',
    role: 'Software Developer',
  };

  const tech = ['Java', 'Javascript', 'React', 'React Native', 'Docker', 'Spring Boot'];

  const hobby = {
      soccerTeam: 'Cruzeiro',
      tvSeries: 'Community',
      movie: 'Back to the Future',
      game: 'Sniper Elite 4',
  };

  return {basic, tech, hobby};
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published