Skip to content
View donxito's full-sized avatar
Block or Report

Block or report donxito

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
donxito/README.md

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

Pinned

  1. frontend-booknotes frontend-booknotes Public

    Mini Book Club - a gift for my wife and her book reading club. Mini Book Club is a place where you can share notes of your favourite books and also ratings.

    JavaScript 1

  2. portfolio portfolio Public

    My portfolio

    CSS 1

  3. mig-max/eventManager-frontend mig-max/eventManager-frontend Public

    Eventslap a is Full-stack application using the MERN stack (MongoDB, Express, React, and Node.JS). SPA frontend, built with React, consisting of multiple views and implementing all CRUD actions. Th…

    JavaScript 1

  4. mig-max/travel-tips mig-max/travel-tips Public

    This project has been created as a Single Page Application (SPA) using React. Integrated with an external API, the React application allows users to perform CRUD operations.

    JavaScript 1 1

  5. game_paperboy game_paperboy Public

    Small remake of the 80's legendary paperboy arcade game

    JavaScript 1

  6. news_api news_api Public

    News Search API

    EJS 1