Skip to content
View donxito's full-sized avatar

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", "TypeScript", "HTML", "CSS", "SASS", "MUI", "TailwindCSS"],
    backend: ["NodeJS", "Express"],
    databases: ["MongoDB"],
    frameworks: ["React", "Vue", "Nextjs"],
    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 Next.js Typescript

Connect with me:

LinkedIn

Gmail

Pinned Loading

  1. recipe-generator recipe-generator Public

    NextBite -> Check the ingredients that you have at home and search in this API for a recipe

    TypeScript

  2. founder-finder-client founder-finder-client Public

    Founder Finder is a web application where users can search for potential co-founders.

    TypeScript 2

  3. 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

  4. 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

  5. game_paperboy game_paperboy Public

    Small remake of the 80's legendary paperboy arcade game

    JavaScript 2

  6. founder-finder-server founder-finder-server Public

    This repository contains the code for the server-side of the application, built using Node.js, Express, and MongoDB.

    JavaScript 2