Skip to content

donxito/donxito

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

banner

Typing SVG

const miguelChito = {
  personalInfo: {
    name: "Miguel",
    role: "Full Stack Developer",
    linkedIn: "[https://www.linkedin.com/in/miguelchito-reactdeveloper]",
  },
  
  skills: {
    frontend: ["JavaScript", "HTML", "CSS", "MUI", "Bootstrap"],
    backend: ["NodeJS", "Express"],
    databases: ["MongoDB"],
    frameworks: ["React"],
    tools: ["Git", "GitHub", "VS Code", "npm", "Webpack"],
  },
  
  
  introduceYourself: () => {
    console.log(`
      Hello! I'm ${miguelChito.personalInfo.name}, a ${miguelChito.personalInfo.role}.
      If you want to know a bit more about me, visit my LinkedIn profile: ${miguelChito.personalInfo.linkedIn}
    `);
  },
};

miguelChito.introduceYourself();

console.log(`
  I have experience in a variety of technologies, including:

  Frontend: ${miguelChito.skills.frontend.join(', ')}
  Backend: ${miguelChito.skills.backend.join(', ')}
  Databases: ${miguelChito.skills.databases.join(', ')}
  Frameworks: ${miguelChito.skills.frameworks.join(', ')}
  Tools: ${miguelChito.skills.tools.join(', ')}
`);

Tech Stack:

HTML5 CSS3 JavaScript React Express.js MongoDB NodeJS TailwindCSS Bootstrap

Connect with me:

LinkedIn

Gmail

About

The about me repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published